mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 20:34:49 +01:00
Small fix
This commit is contained in:
@@ -990,10 +990,8 @@ public class FragmentAccount extends FragmentBase {
|
||||
account.insecure = insecure;
|
||||
account.port = Integer.parseInt(port);
|
||||
account.auth_type = auth;
|
||||
if (auth == MailService.AUTH_TYPE_PASSWORD) {
|
||||
account.user = user;
|
||||
account.password = password;
|
||||
}
|
||||
account.user = user;
|
||||
account.password = password;
|
||||
account.provider = provider;
|
||||
account.realm = realm;
|
||||
account.fingerprint = fingerprint;
|
||||
|
||||
@@ -775,10 +775,8 @@ public class FragmentIdentity extends FragmentBase {
|
||||
identity.insecure = insecure;
|
||||
identity.port = Integer.parseInt(port);
|
||||
identity.auth_type = auth;
|
||||
if (auth == MailService.AUTH_TYPE_PASSWORD) {
|
||||
identity.user = user;
|
||||
identity.password = password;
|
||||
}
|
||||
identity.user = user;
|
||||
identity.password = password;
|
||||
identity.provider = provider;
|
||||
identity.realm = realm;
|
||||
identity.fingerprint = fingerprint;
|
||||
|
||||
Reference in New Issue
Block a user