feat: 添加CAPTCHA验证

This commit is contained in:
Baobhan Sith
2025-05-11 19:58:49 +08:00
parent 12260681b7
commit 7ee8ffb90a
9 changed files with 298 additions and 46 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ interface UserInfo {
}
// Passkey Information Interface
interface PasskeyInfo {
export interface PasskeyInfo { // + Export 接口
credentialID: string;
publicKey: string; // Or a more specific type if available
counter: number;