This commit is contained in:
Benjamin Toby
2025-07-18 19:44:23 +01:00
parent 05d6d13ef0
commit 5a4d4448a5
12 changed files with 9 additions and 29 deletions
-3
View File
@@ -1170,7 +1170,6 @@ export type APIGoogleLoginFunctionParams = {
additionalData?: { [key: string]: string | number };
debug?: boolean;
loginOnly?: boolean;
apiUserId?: string | number;
};
export type APIGoogleLoginFunction = (
@@ -1191,7 +1190,6 @@ export type HandleSocialDbFunctionParams = {
debug?: boolean;
loginOnly?: boolean;
social_id?: string | number;
apiUserId?: string | number;
};
export type HandleSocialDbFunctionReturn = {
@@ -2478,7 +2476,6 @@ export type GoogleAuthParams = {
encryptionSalt?: string;
additionalFields?: string[];
additionalData?: { [s: string]: string | number };
apiUserID?: string | number;
debug?: boolean;
secureCookie?: boolean;
loginOnly?: boolean;