Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
refresh the discovery storage
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano committed Mar 19, 2019
1 parent 63a4a1e commit 5885f04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/authentication/oauth2Auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ export class Oauth2Auth extends AlfrescoApiClient {
});
} else {
this.emit('discovery', this.discovery);
this.storage.setItem('discovery', JSON.stringify(this.discovery));
resolve(this.discovery);
}
});
Expand Down

0 comments on commit 5885f04

Please sign in to comment.