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

@@ -8,6 +8,12 @@
<p class="text-sm text-white/60 mb-6">Access your Skinbase account.</p>
@include('auth.partials.help-links', [
'title' => 'Need help signing in?',
'description' => 'Use the signup and login guide or the troubleshooting page before spending time guessing at the wrong fix.',
'showReset' => true,
])
<x-auth-session-status class="mt-4 mb-2 text-green-300" :status="session('status')" />
@if($errors->has('oauth'))