mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 09:16:00 +00:00
Fixed constraint error
This commit is contained in:
parent
1d0406f1c0
commit
036aa381e7
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ public class EntityIdentity {
|
|||
@NonNull
|
||||
public String password;
|
||||
@NonNull
|
||||
public Boolean login;
|
||||
public Boolean login = false;
|
||||
@NonNull
|
||||
public boolean certificate = false; // obsolete
|
||||
public String certificate_alias;
|
||||
|
|
Loading…
Reference in a new issue