From 7dda0ab9f28c8e9e44e31895cbd9a665f0af25ca Mon Sep 17 00:00:00 2001 From: butburg Date: Sun, 25 Aug 2024 19:14:15 +0200 Subject: [PATCH] improve look of registration and email verify --- src/resources/views/auth/forgot-password.blade.php | 14 +++++++++----- src/resources/views/auth/register.blade.php | 6 ++++-- src/resources/views/auth/verify-email.blade.php | 2 +- src/resources/views/components/modal.blade.php | 2 +- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/resources/views/auth/forgot-password.blade.php b/src/resources/views/auth/forgot-password.blade.php index cb32e08..0081a45 100644 --- a/src/resources/views/auth/forgot-password.blade.php +++ b/src/resources/views/auth/forgot-password.blade.php @@ -4,19 +4,23 @@ - - + @if (session('status')) +
+ {{ session('status') }}
+ @endif
@csrf
- - + +
-
+
{{ __('Email Password Reset Link') }} diff --git a/src/resources/views/auth/register.blade.php b/src/resources/views/auth/register.blade.php index eaf4caf..10753c1 100644 --- a/src/resources/views/auth/register.blade.php +++ b/src/resources/views/auth/register.blade.php @@ -21,7 +21,7 @@
- + @@ -29,6 +29,7 @@
+ {{-- Removed for eady of usage
@@ -38,7 +39,8 @@
- + --}} +
-
+
{{ __('Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn\'t receive the email, we will gladly send you another.') }} diff --git a/src/resources/views/components/modal.blade.php b/src/resources/views/components/modal.blade.php index 70704c1..c5e27d9 100644 --- a/src/resources/views/components/modal.blade.php +++ b/src/resources/views/components/modal.blade.php @@ -65,7 +65,7 @@ class="fixed inset-0 transform transition-all"