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 09293b6 commit e281746Copy full SHA for e281746
src/app/services/session/aws/methods/aws-sso-role.service.ts
@@ -419,7 +419,8 @@ export class AwsSsoRoleService extends AwsSessionService {
419
if (
420
details.error.indexOf('net::ERR_ABORTED') < 0 &&
421
details.error.indexOf('net::ERR_FAILED') < 0 &&
422
- details.error.indexOf('net::ERR_CACHE_MISS') < 0
+ details.error.indexOf('net::ERR_CACHE_MISS') < 0 &&
423
+ details.error.indexOf('net::ERR_CONNECTION_REFUSED') < 0
424
) {
425
if (this.ssoWindow) {
426
this.ssoWindow.close();
0 commit comments