mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 19:53:44 +00:00
Clean up session code
This commit is contained in:
@@ -62,8 +62,8 @@ class UserEventHandler
|
||||
public function logoutUser(): bool
|
||||
{
|
||||
// dump stuff from the session:
|
||||
Session::forget('twofactor-authenticated');
|
||||
Session::forget('twofactor-authenticated-date');
|
||||
Session::forget('twoFactorAuthenticated');
|
||||
Session::forget('twoFactorAuthenticatedDate');
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user