-
Coolify
+
@@ -17,6 +20,17 @@
@env('local')
+ {{-- @if (config('mail.default'))
+ {{ dd('mailer configured') }}
+ @else
+ {{ dd('mailer not configured') }}
+ @endif --}}
+
+ @if (!config('mail.default'))
+
+ {{ __('auth.forgot_password') }}?
+
+ @endif
@else
@@ -28,6 +42,11 @@
{{ __('auth.failed') }}
@endif
+ @if (session('status'))
+
+ {{ session('status') }}
+
+ @endif
{{ __('auth.login') }}
@if (!$is_registration_enabled)
{{ __('auth.registration_disabled') }}
diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php
index c9601c9d7..7866569c6 100644
--- a/resources/views/auth/register.blade.php
+++ b/resources/views/auth/register.blade.php
@@ -1,12 +1,15 @@