Added logic to show createdAt & modifiedAt in auth user list #78
This commit is contained in:
@@ -8,4 +8,6 @@ export interface AuthUserDTO {
|
||||
password: string | null;
|
||||
isConfirmed?: boolean
|
||||
authRole?: AuthRoles;
|
||||
}
|
||||
createdAt?: string;
|
||||
modifiedAt?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user