fix: don't print token (oops)

dumb-splashcat-thing
spacemeowx2 2023-06-05 19:15:27 +08:00
parent cabfa8f8c0
commit 0517bda98d
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ export async function getGToken(
response: resp, response: resp,
json: respJson, json: respJson,
message: message:
`No idToken2 or coralUserId found. Please try again later. ('${idToken2}', '${coralUserId}')`, `No idToken2 or coralUserId found. Please try again later. (${idToken2.length}, ${coralUserId.length})`,
}); });
} }