Skip to content

Commit b816bdc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/auth/user_login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ func AuthorizeUser(p *print.Printer, isReauthentication bool) error {
246246

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

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

0 commit comments

Comments
 (0)