1
0
Fork 0
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:
Fedor Katurov 2019-10-12 14:51:05 +07:00
parent a27ff0f52a
commit 6c1e88804b
7 changed files with 24 additions and 15 deletions
src/redux/auth

View file

@ -35,6 +35,7 @@ export const EMPTY_USER: IUser = {
name: null,
username: null,
photo: null,
cover: null,
is_activated: false,
is_user: false,
};