Skip to content

Commit

Permalink
Make unlink account actually clear persistent properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjozork committed Aug 5, 2023
1 parent 506c304 commit 0cd7536
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fbw-common/src/systems/shared/src/navigraph/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ export class NavigraphClient {
this.accessToken = null;
this.userName = '';
this.auth = NAVIGRAPH_DEFAULT_AUTH_STATE;
NXDataStore.set('NAVIGRAPH_REFRESH_TOKEN', '');
NXDataStore.set('NAVIGRAPH_USERNAME', '');
}

private async tokenCall(body): Promise<void> {
Expand Down

0 comments on commit 0cd7536

Please sign in to comment.