chore: 修复一个通行证拼写错误
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user