This commit is contained in:
Benjamin Toby
2025-07-11 06:37:39 +01:00
parent 9ce8bf2c90
commit a53b6e6974
7 changed files with 3 additions and 11 deletions
@@ -104,7 +104,6 @@ function googleAuth(_a) {
});
const cookieNames = (0, get_auth_cookie_names_1.default)({
database,
userId: apiUserID || process.env.DSQL_API_USER_ID,
});
if (httpResponse.csrf) {
(0, write_auth_files_1.writeAuthFile)(httpResponse.csrf, JSON.stringify(httpResponse.payload));