fix: Hidden password confirmation dialog

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2023-11-28 10:34:43 -08:00 коммит произвёл Pytal
Родитель 919b5dbdf5
Коммит 5525edd805
2 изменённых файлов: 5 добавлений и 5 удалений

8
package-lock.json сгенерированный
Просмотреть файл

@ -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",
@ -4071,9 +4071,9 @@
}
},
"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",

Просмотреть файл

@ -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",