mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Updated all login events to route through single service
This commit is contained in:
@ -31,7 +31,7 @@ class EnforceMfaRequirements
|
||||
&& !$request->is('mfa/verify*', 'uploads/images/user/*')
|
||||
&& $this->mfaSession->requiredForCurrentUser()
|
||||
) {
|
||||
return redirect('/mfa/verify');
|
||||
// return redirect('/mfa/verify');
|
||||
}
|
||||
|
||||
// TODO - URI wildcard exceptions above allow access to the 404 page of this user
|
||||
|
Reference in New Issue
Block a user