diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-03-22 10:46:04 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-03-22 12:27:54 +0100 |
commit | 939535f51fb32f5e6e65fa0db9ee64fb02a4f8ba (patch) | |
tree | 520ff5091617647d2fbb17cc11167817cd9a2388 /apps/settings/src/components/AuthTokenSection.vue | |
parent | 47fafead819d6c1749d962c255ad83efdd251303 (diff) | |
download | nextcloud-server-939535f51fb32f5e6e65fa0db9ee64fb02a4f8ba.tar.gz nextcloud-server-939535f51fb32f5e6e65fa0db9ee64fb02a4f8ba.zip |
Remove legacy js packages
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/settings/src/components/AuthTokenSection.vue')
-rw-r--r-- | apps/settings/src/components/AuthTokenSection.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/AuthTokenSection.vue b/apps/settings/src/components/AuthTokenSection.vue index e6643903cdc..6e574c86cab 100644 --- a/apps/settings/src/components/AuthTokenSection.vue +++ b/apps/settings/src/components/AuthTokenSection.vue @@ -36,7 +36,7 @@ <script> import axios from '@nextcloud/axios' -import confirmPassword from 'nextcloud-password-confirmation' +import confirmPassword from '@nextcloud/password-confirmation' import AuthTokenList from './AuthTokenList' import AuthTokenSetupDialogue from './AuthTokenSetupDialogue' |