Browse Source

Fix disk logic functions

update-system-password
Luke Childs 4 years ago
parent
commit
d85fc6276d
  1. 4
      logic/auth.js

4
logic/auth.js

@ -42,8 +42,8 @@ function getCachedPassword() {
// Sets system password
const setSystemPassword = async password => {
await diskLogic.writeStatusFile('change-password');
await diskLogic.writeSignalFile('change-password', password);
await diskLogic.writeStatusFile('password', password);
await diskLogic.writeSignalFile('change-password');
}
// Change the device and lnd password.

Loading…
Cancel
Save