1
0
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:
2026-04-16 03:25:03 +06:00
parent 93e6fe8160
commit e8a2217247
6 changed files with 969 additions and 9 deletions

View File

@ -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}