Skip to content

Commit

Permalink
add note to clean up cache after signin
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jul 29, 2023
1 parent 7c1aacd commit c6b2442
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ await HttpContext.SignInAsync(CookieAuthenticationDefaults.AuthenticationScheme,
AllowRefresh = false
});

// TODO clean up cache.

return Redirect($"~/Paycheck/PaycheckDetailsS3/{PaycheckId}");
}
}

0 comments on commit c6b2442

Please sign in to comment.