Parcourir la source

Merge branch 'master' of git.bubblev.org:bubblev/bubble-web into feat/ui-layout

pull/24/head
Tyler Chen il y a 4 ans
Parent
révision
98c1be7d98
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/account/NetworkPage.vue

+ 1
- 1
src/account/NetworkPage.vue Voir le fichier

@@ -87,7 +87,7 @@
</div>
<div class="form-group">
<label for="restoreKeyPassword">{{messages.field_network_key_download_password}}</label>
<input type="text" v-model="restoreKeyPassword" v-validate="'required'" name="restoreKeyPassword"
<input type="password" v-model="restoreKeyPassword" v-validate="'required'" name="restoreKeyPassword"
class="form-control" :class="{ 'is-invalid': errors.has('password') }"
:autofocus="this.$route.query.hasOwnProperty('keys_code')"/>
<div v-if="errors.has('password')" class="invalid-feedback">{{ errors.first('password') }}</div>


Chargement…
Annuler
Enregistrer