feat(auth): verify google signup mobile before account creation
This commit is contained in:
@@ -127,7 +127,7 @@ export type GoogleOAuthFlowResponse =
|
||||
mobile: string;
|
||||
detail?: string;
|
||||
email: string;
|
||||
resolution: "existing_email_claim" | "existing_mobile_claim";
|
||||
resolution: "new_account" | "existing_email_claim" | "existing_mobile_claim";
|
||||
mobile_hint?: string | null;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user