forked from wrenn/wrenn
Add settings page, forgot/reset password flows, and me API client
Adds /dashboard/settings route with profile/password/OAuth/account-deletion management. Adds /forgot-password and /reset-password routes. Enables sidebar settings link. Adds typed me.ts API client.
This commit is contained in:
@ -285,12 +285,12 @@
|
||||
|
||||
{#if mode === 'signin'}
|
||||
<div class="flex justify-end">
|
||||
<button
|
||||
type="button"
|
||||
<a
|
||||
href="/forgot-password"
|
||||
class="text-ui text-[var(--color-text-secondary)] transition-colors duration-150 hover:text-[var(--color-accent-mid)]"
|
||||
>
|
||||
Forgot password?
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user