Fix local user useless
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
parent
f87422187f
commit
b7692dd355
1 changed files with 0 additions and 5 deletions
|
@ -293,11 +293,6 @@ class ConnectionManager {
|
|||
params: { code, nonce, token, playUri },
|
||||
}).then((res) => res.data);
|
||||
localUserStore.setAuthToken(authToken);
|
||||
const localUser: LocalUser = {
|
||||
uuid: userUuid,
|
||||
textures: textures,
|
||||
email: emails,
|
||||
};
|
||||
this.localUser = new LocalUser(userUuid, textures, emails);
|
||||
localUserStore.saveUser(this.localUser);
|
||||
this.authToken = authToken;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue