From 26535e4856617c21dad14f444bd8a4316cae5af3 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Tue, 13 Sep 2022 18:38:36 +0000 Subject: Fix unresponsive legacy password confirmation dialog with new dialog in Vue Signed-off-by: Christopher Ng --- apps/sharebymail/src/components/AdminSettings.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/sharebymail/src/components') diff --git a/apps/sharebymail/src/components/AdminSettings.vue b/apps/sharebymail/src/components/AdminSettings.vue index 861afa4add1..8a681110216 100644 --- a/apps/sharebymail/src/components/AdminSettings.vue +++ b/apps/sharebymail/src/components/AdminSettings.vue @@ -44,7 +44,8 @@ import { loadState } from '@nextcloud/initial-state' import { showError } from '@nextcloud/dialogs' import axios from '@nextcloud/axios' import { generateOcsUrl } from '@nextcloud/router' -import confirmPassword from '@nextcloud/password-confirmation' +import { confirmPassword } from '@nextcloud/password-confirmation' +import '@nextcloud/password-confirmation/dist/style.css' export default { name: 'AdminSettings', -- cgit v1.2.3