fix: logout for all users to delete cookies
This commit is contained in:
@ -85,7 +85,6 @@ public class AuthController(IOptionsSnapshot<Admin> user, AuthService auth, Pass
|
||||
public async Task<ActionResult> Logout()
|
||||
{
|
||||
await auth.LogoutAsync(GetCookieParams(), HttpContext);
|
||||
|
||||
return Ok();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user