mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Some scrutiniser related code cleanup.
This commit is contained in:
@@ -21,7 +21,7 @@ class UserEventListener
|
||||
/**
|
||||
* Handle user logout events.
|
||||
*/
|
||||
public function onUserLogout($event)
|
||||
public function onUserLogout()
|
||||
{
|
||||
// dump stuff from the session:
|
||||
Session::forget('twofactor-authenticated');
|
||||
|
||||
Reference in New Issue
Block a user