Skip to content

Commit

Permalink
Error Message fixed
Browse files Browse the repository at this point in the history
Signed-off-by: gagandeepp <[email protected]>
  • Loading branch information
gagandeepp committed Oct 11, 2024
1 parent ee46f37 commit 58ec9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/action/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func (s *Action) initGenerateIdentity(ctx context.Context, crypto backend.Crypto
email, err = termio.AskForString(ctx, "📧 What is your email?", email)

if strings.TrimSpace(email) == "" {
return fmt.Errorf("Please enter a valid email address to proceed")
return fmt.Errorf("⛔️ Please enter a valid email address to proceed")
}
if err != nil {
return err
Expand Down

0 comments on commit 58ec9d7

Please sign in to comment.