Browse Source

Fix reference

pull/16/head
Kristijan Mitrovic 4 years ago
parent
commit
ba6bb1b66e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/auth/RestorePage.vue

+ 1
- 1
src/auth/RestorePage.vue View File

@@ -88,7 +88,7 @@ export default {
const { restoreShortKey, password } = this;
this.submitted = true;
this.restore({
shortKey: restoreShortKey, longKey: restoreLongNetworkKey, password: password,
shortKey: restoreShortKey, longKey: this.restoreLongNetworkKey, password: password,
systemConfigs: this.configs, messages: this.messages, errors: this.errors
});
},


Loading…
Cancel
Save