mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-27 06:01:54 +03:00
Updated the login redirect logic to ignore mfa routes
This commit is contained in:
@ -53,7 +53,6 @@ class MfaBackupCodesController extends Controller
|
||||
|
||||
if (!auth()->check()) {
|
||||
$this->showSuccessNotification(trans('auth.mfa_setup_login_notification'));
|
||||
|
||||
return redirect('/login');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user