aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/src/dashboard.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_status/src/dashboard.js')
-rw-r--r--apps/user_status/src/dashboard.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/user_status/src/dashboard.js b/apps/user_status/src/dashboard.js
index 8b85b695f77..f419003f34d 100644
--- a/apps/user_status/src/dashboard.js
+++ b/apps/user_status/src/dashboard.js
@@ -21,17 +21,13 @@
*/
import Vue from 'vue'
-import { generateFilePath } from '@nextcloud/router'
import { getRequestToken } from '@nextcloud/auth'
import { translate, translatePlural } from '@nextcloud/l10n'
import Dashboard from './views/Dashboard'
-// eslint-disable-next-line
+// eslint-disable-next-line camelcase
__webpack_nonce__ = btoa(getRequestToken())
-// eslint-disable-next-line
-__webpack_public_path__ = generateFilePath('user_status', '', 'js/')
-
Vue.prototype.t = translate
Vue.prototype.n = translatePlural
Vue.prototype.OC = OC