Add email confirmation and password reset

This commit is contained in:
Jon Staab
2024-11-27 11:19:38 -08:00
parent c2aa829334
commit 1ea39c1d56
7 changed files with 160 additions and 18 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
<div slot="info">Learn about {PLATFORM_NAME} and support the developer</div>
</CardButton>
</Link>
<Button on:click={logout} class="btn btn-error">
<Button on:click={logout} class="btn btn-neutral">
<Icon icon="exit" /> Log Out
</Button>
</div>