From 7ff83424592cd5a3c58fe2e6d7e67aeef5144caf Mon Sep 17 00:00:00 2001 From: horus Date: Sat, 27 Jun 2026 05:40:45 +0200 Subject: merge --- .../Controllers/Auth/VerificationController.php | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 ssh/app/Http/Controllers/Auth/VerificationController.php (limited to 'ssh/app/Http/Controllers/Auth/VerificationController.php') diff --git a/ssh/app/Http/Controllers/Auth/VerificationController.php b/ssh/app/Http/Controllers/Auth/VerificationController.php deleted file mode 100644 index 5e749af..0000000 --- a/ssh/app/Http/Controllers/Auth/VerificationController.php +++ /dev/null @@ -1,42 +0,0 @@ -middleware('auth'); - $this->middleware('signed')->only('verify'); - $this->middleware('throttle:6,1')->only('verify', 'resend'); - } -} -- cgit v1.2.3