fix
This commit is contained in:
@@ -75,3 +75,5 @@ services:
|
|||||||
REDIS__HOST: iiko-redis
|
REDIS__HOST: iiko-redis
|
||||||
REDIS__PORT: 6379
|
REDIS__PORT: 6379
|
||||||
SERVER__PORT: 7104
|
SERVER__PORT: 7104
|
||||||
|
volumes:
|
||||||
|
- $PWD/app/logs:/app/logs
|
||||||
|
|||||||
@@ -74,7 +74,6 @@
|
|||||||
v-model="form.password"
|
v-model="form.password"
|
||||||
:required="modalMode === 'create'"
|
:required="modalMode === 'create'"
|
||||||
type="password"
|
type="password"
|
||||||
<!-- autocomplete="new-password" -->
|
|
||||||
class="input-field mt-1"
|
class="input-field mt-1"
|
||||||
/>
|
/>
|
||||||
<p v-if="modalMode === 'edit'" class="text-xs text-gray-500 mt-1">Leave blank to keep current password</p>
|
<p v-if="modalMode === 'edit'" class="text-xs text-gray-500 mt-1">Leave blank to keep current password</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user