summaryrefslogtreecommitdiffstats
path: root/settings/src/main.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-24 11:29:48 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-24 17:52:15 +0200
commitc55cf79453a91bbe58759c3188060c9e620e8f62 (patch)
tree8f498754e0173a96698c5a175e3c0804f87e00ab /settings/src/main.js
parentddd1c8bc8689017559f6d6af36898fb7ddb28adb (diff)
downloadnextcloud-server-c55cf79453a91bbe58759c3188060c9e620e8f62.tar.gz
nextcloud-server-c55cf79453a91bbe58759c3188060c9e620e8f62.zip
Added total count for subadmins
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/src/main.js')
-rw-r--r--settings/src/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/src/main.js b/settings/src/main.js
index e09925a95de..c853635609e 100644
--- a/settings/src/main.js
+++ b/settings/src/main.js
@@ -12,6 +12,7 @@ sync(store, router);
Vue.prototype.t = t;
Vue.prototype.OC = OC;
Vue.prototype.oc_userconfig = oc_userconfig;
+Vue.prototype.oc_current_user = oc_current_user;
const app = new Vue({
router,