Skip to content

Commit b2842b5

Browse files
committed
update message
Signed-off-by: Jorge Turrado <[email protected]>
1 parent 3f602b4 commit b2842b5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

internal/pkg/auth/user_login.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,8 @@ func AuthorizeUser(p *print.Printer, isReauthentication bool) error {
245245
}
246246

247247
// Print the link
248-
p.Outputln("Your browser has been opened to visit:")
249-
p.Outputln("")
250-
p.Outputf("\t%s\n", authorizationURL)
251-
p.Outputln("")
252-
p.Outputln("")
248+
p.Outputln("Your browser has been opened to visit:\n")
249+
p.Outputf("\t%s\n\n", authorizationURL)
253250

254251
// Start the blocking web server loop
255252
// It will exit when the handlers get fired and call server.Close()

0 commit comments

Comments
 (0)