We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e3197 commit e5e1f7dCopy full SHA for e5e1f7d
projects/lib/src/oauth-service.ts
@@ -195,7 +195,7 @@ export class OAuthService extends AuthConfig implements OnDestroy {
195
}
196
197
protected refreshInternal(params, noPrompt) {
198
- if (this.responseType === 'code') {
+ if (!this.silentRefreshRedirectUri && this.responseType === 'code') {
199
return this.refreshToken();
200
} else {
201
return this.silentRefresh(params, noPrompt);
0 commit comments