Skip to content

Commit

Permalink
Merge pull request #102 from yjinjo/master
Browse files Browse the repository at this point in the history
Modify code for changing endpoint
  • Loading branch information
yjinjo authored Dec 31, 2024
2 parents 3232676 + e2b01f4 commit 0626c20
Show file tree
Hide file tree
Showing 2 changed files with 386 additions and 140 deletions.
2 changes: 1 addition & 1 deletion cmd/other/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,7 @@ func selectScopeOrWorkspace(workspaces []map[string]interface{}, roleType string
return selectWorkspaceOnly(workspaces)
}

options := []string{"DOMAIN", "WORKSPACES"}
options := []string{"DOMAIN ADMIN", "WORKSPACES"}
selectedIndex := 0

for {
Expand Down
Loading

0 comments on commit 0626c20

Please sign in to comment.