]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/MfaController.php
Split out codemirror JS to its own module
[bookstack] / app / Http / Controllers / Auth / MfaController.php
index ca77cc70807ae9b1a0a4cb31dfb1a1575ef47165..6f6beb873e4911c6a509450694550edbe98cc953 100644 (file)
@@ -21,6 +21,8 @@ class MfaController extends Controller
             ->get(['id', 'method'])
             ->groupBy('method');
 
+        $this->setPageTitle(trans('auth.mfa_setup'));
+
         return view('mfa.setup', [
             'userMethods' => $userMethods,
         ]);