Skip to content

Commit

Permalink
Merge pull request #20 from bshutterkion/opening-browser-message
Browse files Browse the repository at this point in the history
Feature: Enhance User Feedback for Web Access Type Favorites
  • Loading branch information
codybuell authored Feb 29, 2024
2 parents 03f9d29 + cd47d62 commit 6f93afe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ func favorites(cCtx *cli.Context) error {
if err != nil {
return err
}
fmt.Printf("Federating into %s (%s) via %s\n", favorite.Name, favorite.Account, car.AwsIamRoleName)
return helper.OpenBrowser(url)
} else {
// generate stak
Expand Down

0 comments on commit 6f93afe

Please sign in to comment.