Show last active date on people list instead of joined date
This commit is contained in:
@ -7,6 +7,7 @@ class User extends BaseModel {
|
||||
name: string;
|
||||
email: string;
|
||||
isAdmin: boolean;
|
||||
lastActiveAt: boolean;
|
||||
isSuspended: boolean;
|
||||
createdAt: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user