small fixes

pull/10/head
Ilya Sosnovsky 3 years ago
parent 30bdc3243f
commit f735051916
  1. 2
      frontend/static/index.html
  2. 2
      main.go

@ -54,7 +54,7 @@
</div>
<div class="modal-body">
<input type="text" class="form-control el-square modal-el-margin" placeholder="Username [_a-zA-Z0-9\.-]" v-model="u.newUserName">
<input type="password" class="form-control el-square modal-el-margin" minlength="6" autocomplete="off" placeholder="Password [_a-zA-Z0-9\.-]" v-model="u.newUserPassword">
<input type="password" class="form-control el-square modal-el-margin" minlength="6" autocomplete="off" placeholder="Password [_a-zA-Z0-9\.-]" v-model="u.newUserPassword" v-if="modulesEnabled.includes('passwdAuth')">
</div>
<div class="modal-footer justify-content-center" v-if="u.newUserCreateError.length > 0">

@ -32,7 +32,7 @@ const (
indexTxtDateLayout = "060102150405Z"
stringDateFormat = "2006-01-02 15:04:05"
ovpnStatusDateLayout = "2006-01-02 15:04:05"
version = "1.6.0"
version = "1.6.1"
)
var (

Loading…
Cancel
Save