]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix: Hidden password confirmation dialog
authorChristopher Ng <chrng8@gmail.com>
Tue, 28 Nov 2023 18:34:43 +0000 (10:34 -0800)
committerPytal <24800714+Pytal@users.noreply.github.com>
Tue, 28 Nov 2023 18:50:05 +0000 (10:50 -0800)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
package-lock.json
package.json

index 73de8fbf5e4bc96fba03c821b652bcbfbee23206..ca7ee5eb211b1230d663aa11ec3caf1b38b1ac0b 100644 (file)
@@ -24,7 +24,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",
       }
     },
     "node_modules/@nextcloud/password-confirmation": {
-      "version": "5.0.0",
-      "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.0.0.tgz",
-      "integrity": "sha512-wll52VpMrM/rEKmOZxrVyv7ljcZphKqzpVfA994f2IJGNqTTyaRSa8E1dmnXv6HGvt9fd2K8X+eNGKCsaU1p7g==",
+      "version": "5.0.1",
+      "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.0.1.tgz",
+      "integrity": "sha512-BGhH+YDMaL6R02tu3oHRS9W+AQC+KHF2zAHT9bZfkFneSqWRbaMmUq1fKJEa0/7ZxgGLusP4IEjv+kG0iUIsGQ==",
       "dependencies": {
         "@nextcloud/axios": "^2.4.0",
         "@nextcloud/l10n": "^2.2.0",
index 5f90a46cc878e0360d9ac33bcb876807aaef2fed..184ce86d11810893008296c9d372c6500a675391 100644 (file)
@@ -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",