mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Better 2fa handling
This commit is contained in:
@@ -56,12 +56,6 @@ class EventServiceProvider extends ServiceProvider
|
||||
'FireflyIII\Handlers\Events\UpdatedJournalEventHandler@scanBills',
|
||||
'FireflyIII\Handlers\Events\UpdatedJournalEventHandler@processRules',
|
||||
],
|
||||
|
||||
// LARAVEL EVENTS:
|
||||
'Illuminate\Auth\Events\Logout' =>
|
||||
[
|
||||
'FireflyIII\Handlers\Events\UserEventHandler@logoutUser',
|
||||
],
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user