diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-05-24 09:02:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 09:02:59 +0200 |
commit | 4811a02740bf39d892be6dd730ca010e8b31ff94 (patch) | |
tree | 8253bfd09c3ff6e7225203460c66685ca01f060e /apps/settings/src/components/AuthToken.vue | |
parent | 294035f523a0149dcab5eb301ec39e99d09f7adb (diff) | |
parent | 7d02d98d9ebff664322dcf3f723db35fdebbed2d (diff) | |
download | nextcloud-server-4811a02740bf39d892be6dd730ca010e8b31ff94.tar.gz nextcloud-server-4811a02740bf39d892be6dd730ca010e8b31ff94.zip |
Merge pull request #38329 from nextcloud/pulsejet/patch-webpack
Diffstat (limited to 'apps/settings/src/components/AuthToken.vue')
-rw-r--r-- | apps/settings/src/components/AuthToken.vue | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/apps/settings/src/components/AuthToken.vue b/apps/settings/src/components/AuthToken.vue index d7ed81a35ab..b231af8d387 100644 --- a/apps/settings/src/components/AuthToken.vue +++ b/apps/settings/src/components/AuthToken.vue @@ -83,11 +83,9 @@ </template> <script> -import { - NcActions, - NcActionButton, - NcActionCheckbox, -} from '@nextcloud/vue' +import NcActions from '@nextcloud/vue/dist/Components/NcActions.js' +import NcActionButton from '@nextcloud/vue/dist/Components/NcActionButton.js' +import NcActionCheckbox from '@nextcloud/vue/dist/Components/NcActionCheckbox.js' // When using capture groups the following parts are extracted the first is used as the version number, the second as the OS const userAgentMap = { |