1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-27 06:01:54 +03:00

Applied stylci changes

This commit is contained in:
Dan Brown
2021-08-31 22:03:51 +01:00
parent c0f4cf4b5c
commit 9772b2f69d
2 changed files with 4 additions and 3 deletions

View File

@ -53,6 +53,7 @@ class MfaBackupCodesController extends Controller
if (!auth()->check()) {
$this->showSuccessNotification(trans('auth.mfa_setup_login_notification'));
return redirect('/login');
}