fix: password reset from UI (#3712)

This commit is contained in:
Vlad Stan
2026-01-08 16:38:48 +01:00
committed by GitHub
parent 0e21b77b74
commit 957d9ce419
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -120,7 +120,7 @@
class="q-mb-md"
></q-input>
<q-input
v-if="g.user.has_password"
v-if="g.user.hasPassword"
v-model="credentialsData.oldPassword"
type="password"
autocomplete="off"