From 45ae85d56e9a81bca8bfe8b6d398575553379b21 Mon Sep 17 00:00:00 2001 From: tone Date: Thu, 18 Dec 2025 22:00:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E9=80=9A=E8=A1=8C=E8=AF=81=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/backend/src/auth/service/passkey.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;