Skip to content

Commit bf279c6

Browse files
Merge pull request #345 from denisbeklarov/onTokenReceived-callback-for-no-iodc
Issue #343 onTokenReceived callback is not called if no iodc after tr…
2 parents b99db0f + 15bff0c commit bf279c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/lib/src/oauth-service.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1346,6 +1346,7 @@ export class OAuthService extends AuthConfig {
13461346
if (this.clearHashAfterLogin && !options.preventClearHashAfterLogin) {
13471347
location.hash = '';
13481348
}
1349+
this.callOnTokenReceivedIfExists(options);
13491350
return Promise.resolve();
13501351
}
13511352

0 commit comments

Comments
 (0)