This commit is contained in:
Benjamin Toby
2025-01-20 08:12:01 +01:00
parent 3dd1d08a5b
commit fdd3913f4f
11 changed files with 55 additions and 22 deletions
+3 -5
View File
@@ -77,11 +77,9 @@ export default async function googleAuth({
* Initialize HTTP response variable
*/
/** @type {import("../../package-shared/types").APILoginFunctionReturn} */
let httpResponse: import("../../package-shared/types").APILoginFunctionReturn =
{
success: false,
};
let httpResponse: APILoginFunctionReturn = {
success: false,
};
/**
* Check for local DB settings