Commit workspace changes

This commit is contained in:
2026-04-05 19:42:33 +02:00
parent 148a3bbe43
commit 08ad757bcb
312 changed files with 35149 additions and 399 deletions

View File

@@ -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">