Fix bug preventing logging out. Closes #36

This commit is contained in:
Nat 2021-08-23 14:39:23 -03:00
parent 6d82b4a420
commit 4f233be6e1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const SettingsJsx = (props) => {
{
client_id: state.appObject.client_id,
client_secret: state.appObject.client_secret,
token: state.token.access_token,
token: state.accessToken,
}
);