Fix typo in accounts CLI

This commit is contained in:
Peter Dragos
2021-01-04 16:58:29 -05:00
committed by James Houlahan
parent a89dfc4524
commit eb1176eba6

View File

@ -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,