mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -06:00
It's called a route [skip ci]
This commit is contained in:
parent
eddd3e508f
commit
92bff24d43
@ -32,8 +32,8 @@ class Authenticate
|
||||
return redirect()->guest('login');
|
||||
}
|
||||
} else {
|
||||
if(intval(Auth::user()->blocked) === 1) {
|
||||
return redirect()->action('logout');
|
||||
if (intval(Auth::user()->blocked) === 1) {
|
||||
return redirect()->route('logout');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user