We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f74942 commit 8d8c71aCopy full SHA for 8d8c71a
1 file changed
internal/auth/auth.go
@@ -41,7 +41,7 @@ func (a *Auth) GetToken(ctx context.Context) (string, error) {
41
return "", fmt.Errorf("authentication required: set LOCALSTACK_AUTH_TOKEN or run in interactive mode")
42
}
43
44
- output.EmitLog(a.sink, "Authentication required. Opening browser...")
+ output.EmitLog(a.sink, "No existing credentials found. Please log in:")
45
token, err := a.login.Login(ctx)
46
if err != nil {
47
output.EmitWarning(a.sink, "Authentication failed.")
0 commit comments