Commit workspace changes
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
<h2 class="text-2xl font-semibold mb-2 text-white">Reset Password</h2>
|
||||
<p class="text-sm text-white/60 mb-6">Enter your email and we'll send a link to reset your password.</p>
|
||||
|
||||
@include('auth.partials.help-links', [
|
||||
'title' => 'Need help recovering access?',
|
||||
'description' => 'Use the auth guide for recovery basics or the troubleshooting page if the issue still feels broader than a reset link.',
|
||||
'showLogin' => true,
|
||||
])
|
||||
|
||||
<x-auth-session-status class="mt-4 mb-2 text-green-300" :status="session('status')" />
|
||||
|
||||
<form method="POST" action="{{ route('password.email') }}" class="mt-4">
|
||||
|
||||
Reference in New Issue
Block a user