From 7ff83424592cd5a3c58fe2e6d7e67aeef5144caf Mon Sep 17 00:00:00 2001 From: horus Date: Sat, 27 Jun 2026 05:40:45 +0200 Subject: merge --- ssh/resources/views/auth/verify.blade.php | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 ssh/resources/views/auth/verify.blade.php (limited to 'ssh/resources/views/auth/verify.blade.php') diff --git a/ssh/resources/views/auth/verify.blade.php b/ssh/resources/views/auth/verify.blade.php deleted file mode 100644 index 9f8c1bc..0000000 --- a/ssh/resources/views/auth/verify.blade.php +++ /dev/null @@ -1,28 +0,0 @@ -@extends('layouts.app') - -@section('content') -
-
-
-
-
{{ __('Verify Your Email Address') }}
- -
- @if (session('resent')) - - @endif - - {{ __('Before proceeding, please check your email for a verification link.') }} - {{ __('If you did not receive the email') }}, -
- @csrf - . -
-
-
-
-
-
-@endsection -- cgit v1.2.3