116. Adding user class properties (#13)
This commit is contained in:
@ -5,11 +5,10 @@ export class User {
|
||||
username: string;
|
||||
email: string;
|
||||
profileImageUrl: string;
|
||||
lastLoginDate: Date;
|
||||
lastLoginDateDisplay: Date;
|
||||
joinDate: Date;
|
||||
role: string; //ROLE_USER, ROLE_ADMIN
|
||||
authorities: string[];
|
||||
isActive: boolean;
|
||||
isNotLocked: boolean;
|
||||
active: boolean;
|
||||
notLocked: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user