Skip to content

Commit da89155

Browse files
committed
remove emoji
1 parent 142e67f commit da89155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/src/login.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ func runDeviceFlow(ctx context.Context, endpoint string, out io.Writer, client o
181181
}
182182

183183
fmt.Fprintln(out)
184-
fmt.Fprintf(out, "🔐 To authenticate, visit %s and enter the code: %s\n", authResp.VerificationURI, authResp.UserCode)
184+
fmt.Fprintf(out, "To authenticate, visit %s and enter the code: %s\n", authResp.VerificationURI, authResp.UserCode)
185185
if authResp.VerificationURIComplete != "" {
186186
fmt.Fprintln(out)
187-
fmt.Fprintf(out, " Alternatively, you can open: %s\n", authResp.VerificationURIComplete)
187+
fmt.Fprintf(out, "Alternatively, you can open: %s\n", authResp.VerificationURIComplete)
188188
}
189189
fmt.Fprintln(out)
190190
fmt.Fprint(out, "Waiting for authorization...")

0 commit comments

Comments
 (0)