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">Create Account</h2>
<p class="text-sm text-white/60 mb-6">Start with your email. Youll choose a password and username after verification.</p>
@include('auth.partials.help-links', [
'title' => 'Need help before you start?',
'description' => 'Use the signup and login guide if you want a clearer view of verification, recovery, or what happens after the first account step.',
])
@if($errors->has('oauth'))
<div class="rounded-lg bg-red-900/40 border border-red-500/40 px-4 py-3 text-sm text-red-300 mb-4">
{{ $errors->first('oauth') }}