This commit is contained in:
bootunloader
2024-09-19 12:16:35 +03:00
parent 50e454535d
commit 8192c824fc
7 changed files with 200767 additions and 6 deletions

View File

@@ -63,6 +63,7 @@ export const apiAuthRouter = createTRPCRouter({
userType = _user.userType;
password = _user.password;
}
console.log(`[=] Getting session token for user ${userId}...`);
const token = await getSessionToken({
code: captchaAnswer,
verifyToken: captchaId,