From 42a5d2de33564c060d2d6f3cefdd3cf21c26a996 Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr Date: Mon, 27 Apr 2026 22:43:13 +0300 Subject: add password change --- src/lib/contexts/Auth.context.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/contexts/Auth.context.tsx') 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; -- cgit v1.3-3-g829e