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/federatedfilesharing/src/components/AdminSettings.vue | 3 ++- apps/settings/src/components/AuthTokenSection.vue | 3 ++- apps/settings/src/components/AuthTokenSetupDialogue.vue | 3 ++- apps/settings/src/components/BasicSettings/BackgroundJob.vue | 3 ++- apps/settings/src/components/Encryption.vue | 3 ++- apps/settings/src/components/WebAuthn/AddDevice.vue | 3 ++- apps/settings/src/components/WebAuthn/Section.vue | 3 ++- apps/settings/src/service/PersonalInfo/EmailService.js | 3 ++- apps/settings/src/service/PersonalInfo/PersonalInfoService.js | 3 ++- apps/settings/src/service/ProfileService.js | 3 ++- apps/settings/src/store/api.js | 3 ++- apps/sharebymail/src/components/AdminSettings.vue | 3 ++- apps/twofactor_backupcodes/src/views/PersonalSettings.vue | 3 ++- apps/workflowengine/src/store.js | 3 ++- 14 files changed, 28 insertions(+), 14 deletions(-) (limited to 'apps') diff --git a/apps/federatedfilesharing/src/components/AdminSettings.vue b/apps/federatedfilesharing/src/components/AdminSettings.vue index e3b9d4186a7..678e47012c2 100644 --- a/apps/federatedfilesharing/src/components/AdminSettings.vue +++ b/apps/federatedfilesharing/src/components/AdminSettings.vue @@ -71,7 +71,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', diff --git a/apps/settings/src/components/AuthTokenSection.vue b/apps/settings/src/components/AuthTokenSection.vue index 9d060c1cc64..36eb35fcf48 100644 --- a/apps/settings/src/components/AuthTokenSection.vue +++ b/apps/settings/src/components/AuthTokenSection.vue @@ -36,7 +36,8 @@