Skip to content

Commit

Permalink
Fixing persistence of passwords
Browse files Browse the repository at this point in the history
Adding fix suggested by: @solvisit in issue: SenseTecnic#1

This closes SenseTecnic#1
  • Loading branch information
Doom4535 authored Apr 22, 2019
1 parent 0eca236 commit 00a1282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/users_config.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
// users config found
globalUserConfigNode = bases[0];

$.getJSON('/credentials/users_config/'+globalUserConfigNode.id, function (data) {
$.getJSON('credentials/users_config/'+globalUserConfigNode.id, function (data) {
globalUserConfigNode.credentials = {};
globalUserConfigNode.credentials.nodeUsers = data.nodeUsers || [];
globalUserConfigNode.credentials.jwtSecret = data.jwtSecret;
Expand Down

0 comments on commit 00a1282

Please sign in to comment.