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 99d06cd commit 5c051deCopy full SHA for 5c051de
pkg/cmd/login.go
@@ -86,7 +86,6 @@ func login(cmd *cobra.Command, args []string) {
86
fmt.Printf(" first name: %s\n", *userInfo.FirstName)
87
fmt.Printf(" last name: %s\n", *userInfo.LastName)
88
fmt.Printf(" is admin: %t\n", userInfo.IsAdmin)
89
-
90
}
91
92
func init() {
0 commit comments