diff options
Diffstat (limited to 'core/src/profile.js')
-rw-r--r-- | core/src/profile.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/profile.js b/core/src/profile.js index f0ff5923a61..4e99a11b0e2 100644 --- a/core/src/profile.js +++ b/core/src/profile.js @@ -21,7 +21,6 @@ */ import Vue from 'vue' -import { generateFilePath } from '@nextcloud/router' import { getRequestToken } from '@nextcloud/auth' import { translate as t } from '@nextcloud/l10n' import VTooltip from 'v-tooltip' @@ -31,7 +30,6 @@ import logger from './logger' import Profile from './views/Profile' __webpack_nonce__ = btoa(getRequestToken()) -__webpack_public_path__ = generateFilePath('core', '', 'js/') Vue.use(VTooltip) |