fix: 后端修复通行证登录dto类型校验
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import { IsObject } from "class-validator";
|
||||
|
||||
export class PasskeyLoginDto {
|
||||
@IsObject()
|
||||
credentialResponse: any;
|
||||
}
|
||||
Reference in New Issue
Block a user