Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 5885f04

Browse files
committed
refresh the discovery storage
1 parent 63a4a1e commit 5885f04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/authentication/oauth2Auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ export class Oauth2Auth extends AlfrescoApiClient {
166166
});
167167
} else {
168168
this.emit('discovery', this.discovery);
169+
this.storage.setItem('discovery', JSON.stringify(this.discovery));
169170
resolve(this.discovery);
170171
}
171172
});

0 commit comments

Comments
 (0)