Sfoglia il codice sorgente

Fix reference

pull/16/head
Kristijan Mitrovic 4 anni fa
parent
commit
ba6bb1b66e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/auth/RestorePage.vue

+ 1
- 1
src/auth/RestorePage.vue Vedi 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
});
},


Caricamento…
Annulla
Salva