forked from Yara724/api
YARA-913
This commit is contained in:
@@ -37,6 +37,12 @@ export class FieldExpertModel {
|
||||
@Prop({ type: "string", default: "" })
|
||||
otp: string;
|
||||
|
||||
@Prop({ default: null })
|
||||
captcha?: string | null;
|
||||
|
||||
@Prop({ default: 0 })
|
||||
captchaExpire?: number;
|
||||
|
||||
createdAt: Date;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user