We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102f98d commit f95d3d5Copy full SHA for f95d3d5
1 file changed
tui/login.go
@@ -49,7 +49,7 @@ func NewLogin(hideTips bool) *Login {
49
case inputProvider:
50
t.Placeholder = "Provider (gmail, icloud, or custom)"
51
t.Focus()
52
- t.Prompt = "☁️ > "
+ t.Prompt = "🏢 > "
53
case inputName:
54
t.Placeholder = "Display Name"
55
t.Prompt = "👤 > "
@@ -58,7 +58,7 @@ func NewLogin(hideTips bool) *Login {
58
t.Prompt = "🏠 > "
59
case inputFetchEmail:
60
t.Placeholder = "Email Address"
61
- t.Prompt = "✉️ > "
+ t.Prompt = "📧 > "
62
case inputPassword:
63
t.Placeholder = "Password / App Password"
64
t.EchoMode = textinput.EchoPassword
0 commit comments