feat: Implement disable password authentication for users with social accounts

This commit is contained in:
Sean Morley
2025-03-16 21:49:00 -04:00
parent 189cd0ee69
commit a38828eb45
14 changed files with 184 additions and 17 deletions

View File

@@ -9,6 +9,7 @@ export type User = {
uuid: string;
public_profile: boolean;
has_password: boolean;
disable_password: boolean;
};
export type Adventure = {