diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-11-28 10:34:43 -0800 |
---|---|---|
committer | Pytal <24800714+Pytal@users.noreply.github.com> | 2023-11-28 10:50:05 -0800 |
commit | 5525edd80547fe203c46f7ac234d1c526da4b6fb (patch) | |
tree | f3e734855fc957ca1b74850486d09af43108155d /package.json | |
parent | 919b5dbdf5175199b1c2104c1aedfbbc557fc245 (diff) | |
download | nextcloud-server-5525edd80547fe203c46f7ac234d1c526da4b6fb.tar.gz nextcloud-server-5525edd80547fe203c46f7ac234d1c526da4b6fb.zip |
fix: Hidden password confirmation dialog
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 5f90a46cc87..184ce86d118 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@nextcloud/l10n": "^2.1.0", "@nextcloud/logger": "^2.5.0", "@nextcloud/moment": "^1.2.2", - "@nextcloud/password-confirmation": "^5.0.0", + "@nextcloud/password-confirmation": "^5.0.1", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.1.2", "@nextcloud/sharing": "^0.1.0", |