feat: add twoFactorEnabled field to User type definition
This commit is contained in:
@@ -8,6 +8,7 @@ export interface User {
|
|||||||
bio?: string;
|
bio?: string;
|
||||||
role?: "user" | "admin" | "moderator";
|
role?: "user" | "admin" | "moderator";
|
||||||
status?: "active" | "verification" | "suspended" | "pending" | "deleted";
|
status?: "active" | "verification" | "suspended" | "pending" | "deleted";
|
||||||
|
twoFactorEnabled?: boolean;
|
||||||
createdAt: string;
|
createdAt: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user