update verify page; replace goto dashboard button with logout button

This commit is contained in:
maxDorninger
2025-10-27 21:25:54 +01:00
parent 702e89b8b5
commit 89965e65e1

View File

@@ -24,11 +24,8 @@
Your account has been successfully created, but activation by an administrator is required.
</p>
<div class="mt-8">
<Button href={resolve('/dashboard', {})}>Go to Dashboard</Button>
<Button onclick={() => handleLogout()}>Logout</Button>
</div>
<p class="text-muted-foreground mt-10 text-sm">
The above button will only work once your account is verified.
</p>
<p class="end text-muted-foreground mt-10 text-sm">
If you have any questions, please contact an administrator.
</p>