feat: check-in feature integrates Turnstile security check

This commit is contained in:
Seefs
2026-01-03 11:08:26 +08:00
parent ea60d305bb
commit b32cecb46c
4 changed files with 70 additions and 13 deletions

View File

@@ -42,12 +42,12 @@ export class SecureVerificationService {
isPasskeySupported(),
]);
console.log('=== DEBUGGING VERIFICATION METHODS ===');
console.log('2FA Response:', JSON.stringify(twoFAResponse, null, 2));
console.log(
'Passkey Response:',
JSON.stringify(passkeyResponse, null, 2),
);
// console.log('=== DEBUGGING VERIFICATION METHODS ===');
// console.log('2FA Response:', JSON.stringify(twoFAResponse, null, 2));
// console.log(
// 'Passkey Response:',
// JSON.stringify(passkeyResponse, null, 2),
// );
const has2FA =
twoFAResponse.data?.success &&