Pārlūkot izejas kodu

Fix reference

pull/16/head
Kristijan Mitrovic pirms 4 gadiem
vecāks
revīzija
ba6bb1b66e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/auth/RestorePage.vue

+ 1
- 1
src/auth/RestorePage.vue Parādīt failu

@@ -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
});
},


Notiek ielāde…
Atcelt
Saglabāt