Update property names for compatiblity reasons

This commit is contained in:
2022-02-10 14:31:56 +01:00
parent 621184a51b
commit 7c90d7746c
2 changed files with 4 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ namespace Pilz.Updating.Administration
}
}
[JsonProperty("Password2")]
[JsonProperty("PasswordV3")]
public SecureString Password { get; set; }
}
}