mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
showing users fullname
This commit is contained in:
parent
298ba7d586
commit
54687b131c
5 changed files with 5 additions and 3 deletions
|
@ -45,6 +45,7 @@ export const EMPTY_USER: IUser = {
|
|||
is_activated: false,
|
||||
is_user: false,
|
||||
last_seen: null,
|
||||
fullname: null,
|
||||
};
|
||||
|
||||
export interface IApiUser {
|
||||
|
|
|
@ -14,6 +14,7 @@ export interface IUser {
|
|||
cover: IFile;
|
||||
name: string;
|
||||
last_seen: string;
|
||||
fullname: string;
|
||||
|
||||
is_activated: boolean;
|
||||
is_user: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue