We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee591e1 commit 75af8c7Copy full SHA for 75af8c7
routes/web.php
@@ -54,7 +54,7 @@
54
});
55
56
// Routes in the following group can only be access once logged-in
57
-Route::middleware(['auth'])->group(function () {
+Route::middleware(['auth', '2fa'])->group(function () {
58
Route::view('registration-complete', 'pages.registrationComplete')->name('registrationComplete');
59
60
// Users (show, edit, update) to allow users to update there email if they can't verify it
0 commit comments