diff --git a/apps/backend/src/auth/service/passkey.service.ts b/apps/backend/src/auth/service/passkey.service.ts index 06217ff..aaadb4a 100644 --- a/apps/backend/src/auth/service/passkey.service.ts +++ b/apps/backend/src/auth/service/passkey.service.ts @@ -194,7 +194,7 @@ export class PasskeyService implements OnModuleDestroy { }); if (!passkey) { - throw new NotFoundException('未找到可用的通信证'); + throw new NotFoundException('未找到可用的通行证'); } let verification: VerifiedAuthenticationResponse;