mirror of
https://github.com/FranP-code/inbox-negotiator.git
synced 2025-10-13 00:42:26 +00:00
Updated signup.astro
This commit is contained in:
committed by
GitHub
parent
2a0e6c7801
commit
f02b1baa9a
@@ -9,7 +9,7 @@ import { AuthGuard } from '../components/AuthGuard';
|
||||
<Layout title="Sign Up - InboxNegotiator">
|
||||
<Navbar client:load />
|
||||
|
||||
<AuthGuard requireAuth={false} client:load>
|
||||
<AuthGuard requireAuth client:load>
|
||||
<main class="min-h-screen bg-gray-50 flex items-center justify-center py-12 px-4 sm:px-6 lg:px-8">
|
||||
<div class="w-full max-w-md">
|
||||
<div class="text-center mb-8">
|
||||
|
||||
Reference in New Issue
Block a user