chore: 修复一个通行证拼写错误

This commit is contained in:
2025-12-18 22:00:18 +08:00
parent 13646a1f1b
commit 45ae85d56e

View File

@@ -194,7 +194,7 @@ export class PasskeyService implements OnModuleDestroy {
}); });
if (!passkey) { if (!passkey) {
throw new NotFoundException('未找到可用的通证'); throw new NotFoundException('未找到可用的通证');
} }
let verification: VerifiedAuthenticationResponse; let verification: VerifiedAuthenticationResponse;