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 2ae9dd9 commit 87968d1Copy full SHA for 87968d1
internal/sso/console.go
@@ -77,5 +77,5 @@ func (p *Console) OpenBrowser(ctx context.Context, credentials *aws.Credentials)
77
return nil
78
}
79
80
- return browsers.LaunchConsoleSession(browsers.SessionFromCredentials(*credentials), browserOpts, "", profile.AWSConfig.Region)
+ return browsers.LaunchConsoleSession(browsers.SessionFromCredentials(*credentials), browserOpts, "", region)
81
0 commit comments