Added identity linked account

This commit is contained in:
M66B
2018-08-08 10:22:12 +00:00
parent d844734627
commit a5af366b03
18 changed files with 882 additions and 70 deletions

View File

@@ -62,4 +62,9 @@ public class EntityAccount {
} else
return false;
}
@Override
public String toString() {
return name + (primary ? "" : "");
}
}