diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-04-27 22:43:13 +0300 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-04-27 22:43:13 +0300 |
| commit | 42a5d2de33564c060d2d6f3cefdd3cf21c26a996 (patch) | |
| tree | 99d9b118d62c2b4d518a5ae468cb9eda29202cf1 /src/lib/contexts | |
| parent | 50cbca3c307894c9fd55baec522b7b794d9ab805 (diff) | |
add password change
Diffstat (limited to 'src/lib/contexts')
| -rw-r--r-- | src/lib/contexts/Auth.context.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/contexts/Auth.context.tsx b/src/lib/contexts/Auth.context.tsx index 127c942..e5ed643 100644 --- a/src/lib/contexts/Auth.context.tsx +++ b/src/lib/contexts/Auth.context.tsx @@ -5,7 +5,7 @@ export type User = { id: number; username: string; email: string; - password: boolean; + has_password: boolean; google_id?: string | null; avatar?: string; banner_file?: string; |
