This commit is contained in:
Benjamin Toby
2025-01-14 11:53:57 +01:00
parent 03d4fdc270
commit 0731e8cb6c
14 changed files with 131 additions and 136 deletions
+1
View File
@@ -1028,6 +1028,7 @@ export type APILoginFunctionParams = {
social?: boolean;
useLocal?: boolean;
dbUserId?: number | string;
debug?: boolean;
};
export type APILoginFunctionReturn = {
success: boolean;