diff options
Diffstat (limited to 'apps/settings/src/service/ProfileService.js')
-rw-r--r-- | apps/settings/src/service/ProfileService.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings/src/service/ProfileService.js b/apps/settings/src/service/ProfileService.js index f84135dd9d2..1df52983c90 100644 --- a/apps/settings/src/service/ProfileService.js +++ b/apps/settings/src/service/ProfileService.js @@ -23,7 +23,8 @@ import axios from '@nextcloud/axios' import { getCurrentUser } from '@nextcloud/auth' import { generateOcsUrl } from '@nextcloud/router' -import confirmPassword from '@nextcloud/password-confirmation' +import { confirmPassword } from '@nextcloud/password-confirmation' +import '@nextcloud/password-confirmation/dist/style.css' /** * Save the visibility of the profile parameter |