mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
It's called a route [skip ci]
This commit is contained in:
parent
92bff24d43
commit
62f76d08ad
@ -33,7 +33,8 @@ class Authenticate
|
||||
}
|
||||
} else {
|
||||
if (intval(Auth::user()->blocked) === 1) {
|
||||
return redirect()->route('logout');
|
||||
Auth::guard($this->getGuard())->logout();
|
||||
return redirect()->guest('login');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user