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