mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-18 13:36:47 +00:00
anonymous flag added to usre hook
This commit is contained in:
parent
7e414fbf7a
commit
51153d4bda
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ const useUser = () => {
|
|||
const [user] = React.useState({
|
||||
email: '',
|
||||
avatar: '',
|
||||
anonymous: true,
|
||||
logout: () => { }
|
||||
});
|
||||
return user;
|
||||
|
|
|
|||
Loading…
Reference in a new issue