This commit is contained in:
2026-04-20 14:00:04 +03:00
parent ec0671c5e8
commit f3e105bbc8
2 changed files with 2 additions and 1 deletions

View File

@@ -75,3 +75,5 @@ services:
REDIS__HOST: iiko-redis
REDIS__PORT: 6379
SERVER__PORT: 7104
volumes:
- $PWD/app/logs:/app/logs

View File

@@ -74,7 +74,6 @@
v-model="form.password"
:required="modalMode === 'create'"
type="password"
<!-- autocomplete="new-password" -->
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>