mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-16 15:16:44 +00:00
Fix typo in accounts CLI
This commit is contained in:
committed by
James Houlahan
parent
a89dfc4524
commit
eb1176eba6
@ -77,7 +77,7 @@ func (f *frontendCLI) showAccountAddressInfo(user types.User, address string) {
|
|||||||
"STARTTLS",
|
"STARTTLS",
|
||||||
)
|
)
|
||||||
f.Println("")
|
f.Println("")
|
||||||
f.Printf("SMTP Settings\nAddress: %s\nIMAP port: %d\nUsername: %s\nPassword: %s\nSecurity: %s\n",
|
f.Printf("SMTP Settings\nAddress: %s\nSMTP port: %d\nUsername: %s\nPassword: %s\nSecurity: %s\n",
|
||||||
bridge.Host,
|
bridge.Host,
|
||||||
f.preferences.GetInt(preferences.SMTPPortKey),
|
f.preferences.GetInt(preferences.SMTPPortKey),
|
||||||
address,
|
address,
|
||||||
|
|||||||
Reference in New Issue
Block a user