Updates
This commit is contained in:
Vendored
+2
@@ -1098,6 +1098,7 @@ export type APIGoogleLoginFunctionParams = {
|
||||
[key: string]: string | number;
|
||||
};
|
||||
debug?: boolean;
|
||||
loginOnly?: boolean;
|
||||
};
|
||||
export type APIGoogleLoginFunction = (params: APIGoogleLoginFunctionParams) => Promise<APILoginFunctionReturn>;
|
||||
/**
|
||||
@@ -1113,6 +1114,7 @@ export type HandleSocialDbFunctionParams = {
|
||||
supEmail?: string;
|
||||
additionalFields?: string[];
|
||||
debug?: boolean;
|
||||
loginOnly?: boolean;
|
||||
};
|
||||
export type HandleSocialDbFunctionReturn = {
|
||||
success: boolean;
|
||||
|
||||
Reference in New Issue
Block a user