Skip to content

Commit

Permalink
Fix wrong password displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan committed Feb 15, 2023
1 parent 3fafa6c commit 6a234d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
@change="validateEmail"
/>
<oc-text-input
:model-value="editUser"
:model-value="editUser.passwordProfile?.password"
class="oc-mb-s"
:label="$gettext('Password')"
type="password"
:fix-message-line="true"
default-value="●●●●●●●●"
placeholder="●●●●●●●●"
@update:model-value="onUpdatePassword"
/>
<div class="oc-mb-s">
Expand Down
18 changes: 8 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a234d4

Please sign in to comment.