]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/MfaBackupCodesController.php
Reverted shift change to old migration
[bookstack] / app / Http / Controllers / Auth / MfaBackupCodesController.php
index c60dbca209d6ef483323a39f2ae7dd3947ab997b..d92029bf1b7f326924558c21824b168b6d3583d8 100644 (file)
@@ -53,6 +53,7 @@ class MfaBackupCodesController extends Controller
 
         if (!auth()->check()) {
             $this->showSuccessNotification(trans('auth.mfa_setup_login_notification'));
+
             return redirect('/login');
         }