mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-03 08:36:41 +07:00
displaying profile photo
This commit is contained in:
parent
a27ff0f52a
commit
6c1e88804b
7 changed files with 24 additions and 15 deletions
src/redux/auth
|
@ -35,6 +35,7 @@ export const EMPTY_USER: IUser = {
|
|||
name: null,
|
||||
username: null,
|
||||
photo: null,
|
||||
cover: null,
|
||||
is_activated: false,
|
||||
is_user: false,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue