From a9afd6570464d145909656cf32748d94df8259af Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Tue, 21 Feb 2023 18:43:17 +0100 Subject: [PATCH] remove email verification --- routes/web.php | 1 - 1 file changed, 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 8c58349f..bbf46802 100644 --- a/routes/web.php +++ b/routes/web.php @@ -245,7 +245,6 @@ Route::middleware([]) Route::middleware([ 'auth:sanctum', config('jetstream.auth_session'), - 'verified', ]) ->group(function () { /*