Skip to content

Commit 8d8c71a

Browse files
fix message
1 parent 1f74942 commit 8d8c71a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/auth/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func (a *Auth) GetToken(ctx context.Context) (string, error) {
4141
return "", fmt.Errorf("authentication required: set LOCALSTACK_AUTH_TOKEN or run in interactive mode")
4242
}
4343

44-
output.EmitLog(a.sink, "Authentication required. Opening browser...")
44+
output.EmitLog(a.sink, "No existing credentials found. Please log in:")
4545
token, err := a.login.Login(ctx)
4646
if err != nil {
4747
output.EmitWarning(a.sink, "Authentication failed.")

0 commit comments

Comments
 (0)