feat: Implement disable password authentication for users with social accounts
This commit is contained in:
@@ -9,6 +9,7 @@ export type User = {
|
||||
uuid: string;
|
||||
public_profile: boolean;
|
||||
has_password: boolean;
|
||||
disable_password: boolean;
|
||||
};
|
||||
|
||||
export type Adventure = {
|
||||
|
||||
Reference in New Issue
Block a user