Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iOS
pEp4iOS
Commits
472323bf
Commit
472323bf
authored
Sep 08, 2021
by
Martin
Browse files
IOS-2885 - fix minor thing
parent
6a45d4f3
Changes
1
Show whitespace changes
Inline
Side-by-side
pEpForiOS/UI/Settings/Setting/AccountSettings/EditableAccountSettings/EditableAccountSettingsViewModel.swift
View file @
472323bf
...
...
@@ -461,7 +461,8 @@ extension EditableAccountSettingsViewModel {
}
else
{
if
originalImapPassword
!=
nil
{
theVerifier
.
imapPassword
=
originalImapPassword
}
else
if
originalSMTPPassword
!=
nil
{
}
if
originalSMTPPassword
!=
nil
{
theVerifier
.
smtpPassword
=
originalSMTPPassword
}
else
{
Log
.
shared
.
errorAndCrash
(
"Is not OAuth2, hasn't got a new password, nor original password"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment