Skip to content

Commit

Permalink
Merge pull request #1013 from damienbod/damien/storage-clean-up
Browse files Browse the repository at this point in the history
storage clean up
  • Loading branch information
damienbod authored Mar 12, 2021
2 parents cc810c1 + 70fb002 commit aa4853b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export class StoragePersistanceServiceMock {
this.remove('storageSilentRenewRunning');
this.remove('codeVerifier');
this.remove('userData');
this.remove('access_token_expires_at');
}

resetAuthStateInStorage() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export class StoragePersistanceService {
this.remove('codeVerifier');
this.remove('userData');
this.remove('storageCustomRequestParams');
this.remove('access_token_expires_at');
}

resetAuthStateInStorage() {
Expand Down

0 comments on commit aa4853b

Please sign in to comment.