Better 2fa handling

This commit is contained in:
James Cole
2017-02-17 20:15:17 +01:00
parent 48c26c5837
commit f7642beb7c
6 changed files with 27 additions and 34 deletions

View File

@@ -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',
],
];
/**