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