@geexcode/geex-angular 0.0.26 → 0.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -176,6 +176,7 @@ function createAuthModule(injector) {
|
|
|
176
176
|
async loadUserData() {
|
|
177
177
|
const oAuthService = injector.get(import_angular_oauth2_oidc.OAuthService);
|
|
178
178
|
try {
|
|
179
|
+
await oAuthService.loadDiscoveryDocument();
|
|
179
180
|
if (!oAuthService.hasValidAccessToken()) {
|
|
180
181
|
return void 0;
|
|
181
182
|
}
|
package/dist/index.mjs
CHANGED