Fixed exporting realm

This commit is contained in:
M66B 2019-02-17 11:34:29 +00:00
parent 73de3da81c
commit ecb815d085
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ public class EntityAccount implements Serializable {
json.put("port", port);
json.put("user", user);
json.put("password", password);
json.put("realm", password);
json.put("realm", realm);
json.put("name", name);
json.put("color", color);