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 2d638ae commit 114aecdCopy full SHA for 114aecd
email.go
@@ -149,7 +149,7 @@ func (c *UserContext) UpdateEmailAccount(emailAccount EmailAccount) error {
149
return err
150
}
151
152
- if response.Success != "Account password changed" {
+ if response.Success != "E-Mail Updated" {
153
return fmt.Errorf("failed to update email account: %v", response.Result)
154
155
0 commit comments