diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-07 20:29:51 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-08 09:44:51 +0200 |
commit | 278c281cc9c03ad060ac6a91784058066411c7a8 (patch) | |
tree | d82e5fda75a9811bc2e280f3933cc36a99ff9e4b /settings/js/vue-settings-apps-users-management.js | |
parent | a3800a6810fca68eff1789dc21488389bf22108a (diff) | |
download | nextcloud-server-278c281cc9c03ad060ac6a91784058066411c7a8.tar.gz nextcloud-server-278c281cc9c03ad060ac6a91784058066411c7a8.zip |
Deprecate oc_current_user, fix usage and move currentUser to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings/js/vue-settings-apps-users-management.js')
-rw-r--r-- | settings/js/vue-settings-apps-users-management.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/vue-settings-apps-users-management.js b/settings/js/vue-settings-apps-users-management.js index 958e2c34c10..93b8dc61619 100644 --- a/settings/js/vue-settings-apps-users-management.js +++ b/settings/js/vue-settings-apps-users-management.js @@ -108,5 +108,5 @@ o.a.use(Gt.a);var te={API_FAILURE:function(e,n){try{var r=n.error.response.data. * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ -o.a.use(i.a),Object(a.sync)(ee,Vt),r.nc=btoa(OC.requestToken),r.p=OC.linkTo("settings","js/"),o.a.prototype.t=t,o.a.prototype.OC=OC,o.a.prototype.OCA=OCA,o.a.prototype.oc_userconfig=oc_userconfig,o.a.prototype.oc_current_user=oc_current_user;var ne=new o.a({router:Vt,store:ee,render:function(t){return t(c)}}).$mount("#content")}]); +o.a.use(i.a),Object(a.sync)(ee,Vt),r.nc=btoa(OC.requestToken),r.p=OC.linkTo("settings","js/"),o.a.prototype.t=t,o.a.prototype.OC=OC,o.a.prototype.OCA=OCA,o.a.prototype.oc_userconfig=oc_userconfig;var ne=new o.a({router:Vt,store:ee,render:function(t){return t(c)}}).$mount("#content")}]); //# sourceMappingURL=vue-settings-apps-users-management.js.map
\ No newline at end of file |