Skip to content

Commit ccf1bab

Browse files
committed
Fix incorrect error message after successful password change (fixes #59723)
Signed-off-by: Antonis Christofides <antonis@antonischristofides.com>
1 parent 35484a9 commit ccf1bab

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/settings/src/components/PasswordSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async function changePassword() {
5656

5757
<NcPasswordField
5858
v-model="newPass"
59-
check-password-strength
59+
:check-password-strength="newPass !== ''"
6060
:label="t('settings', 'New password')"
6161
:maxlength="469"
6262
name="newpassword"

0 commit comments

Comments
 (0)