mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Fixed identity import
This commit is contained in:
@@ -222,7 +222,8 @@ public class EntityIdentity {
|
||||
identity.provider = json.getString("provider");
|
||||
identity.user = json.getString("user");
|
||||
identity.password = json.getString("password");
|
||||
identity.certificate_alias = json.getString("certificate_alias");
|
||||
if (json.has("certificate_alias"))
|
||||
identity.certificate_alias = json.getString("certificate_alias");
|
||||
if (json.has("realm") && !json.isNull("realm"))
|
||||
identity.realm = json.getString("realm");
|
||||
if (json.has("fingerprint"))
|
||||
|
||||
Reference in New Issue
Block a user