fix update role not working
This commit is contained in:
@@ -6,6 +6,7 @@ export interface User {
|
||||
user: string;
|
||||
email: string;
|
||||
role?: Role;
|
||||
roleId?: number;
|
||||
expiration?: string;
|
||||
password?: string;
|
||||
newPassword?: string;
|
||||
|
||||
Reference in New Issue
Block a user