Skip to content

Commit

Permalink
0.0.1-alpha4:
Browse files Browse the repository at this point in the history
- fixed password encryption
  • Loading branch information
Black-Thunder committed May 11, 2020
1 parent 861f5a7 commit d3342ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
value = encrypt(secret, value);
}

obj[$this.attr('id')] = $this.val();
obj[$this.attr('id')] = value;
}
});
callback(obj);
Expand Down
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "melcloud",
"version": "0.0.1-alpha3",
"version": "0.0.1-alpha4",
"news": {
"0.0.1": {
"en": "initial release",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.melcloud",
"version": "0.0.1-alpha3",
"version": "0.0.1-alpha4",
"description": "melcloud",
"author": {
"name": "BlackThunder",
Expand Down

0 comments on commit d3342ab

Please sign in to comment.