瀏覽代碼

reduce min length to 4

fix https://github.com/lesspass/lesspass/issues/98
pull/342/head
Guillaume Vincent 8 年之前
父節點
當前提交
2de0a83158
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/views/PasswordGenerator.vue

+ 1
- 1
src/views/PasswordGenerator.vue 查看文件

@@ -123,7 +123,7 @@
<label for="passwordLength">
Password Length
</label>
<input class="form-control" type="number" id="passwordLength" v-model="password.length" min="6">
<input class="form-control" type="number" id="passwordLength" v-model="password.length" min="4">
</div>
<div class="col-xs-12 col-sm-4 pb-1">
<label for="passwordLength">


Loading…
取消
儲存