Fix bug preventing logging out. Closes #36
This commit is contained in:
parent
6d82b4a420
commit
4f233be6e1
|
@ -32,7 +32,7 @@ const SettingsJsx = (props) => {
|
||||||
{
|
{
|
||||||
client_id: state.appObject.client_id,
|
client_id: state.appObject.client_id,
|
||||||
client_secret: state.appObject.client_secret,
|
client_secret: state.appObject.client_secret,
|
||||||
token: state.token.access_token,
|
token: state.accessToken,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue