Quellcode durchsuchen

Fix reference

pull/16/head
Kristijan Mitrovic vor 4 Jahren
Ursprung
Commit
ba6bb1b66e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      src/auth/RestorePage.vue

+ 1
- 1
src/auth/RestorePage.vue Datei anzeigen

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


Laden…
Abbrechen
Speichern