diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-03-01 09:15:56 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-03-01 16:46:22 +0100 |
commit | d2fc298fcd53ff9acaf4f0705e41760dae7d7de6 (patch) | |
tree | e9bd70acccf8b7a8236b546524889996356bba55 /settings/js/vue-1.js | |
parent | df55781814f07afaaca437310e3f667aa78c1d2a (diff) | |
download | nextcloud-server-d2fc298fcd53ff9acaf4f0705e41760dae7d7de6.tar.gz nextcloud-server-d2fc298fcd53ff9acaf4f0705e41760dae7d7de6.zip |
Add app token QR codes for mobile apps
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings/js/vue-1.js')
-rw-r--r-- | settings/js/vue-1.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/js/vue-1.js b/settings/js/vue-1.js index 1dad67208ed..0f6150053dd 100644 --- a/settings/js/vue-1.js +++ b/settings/js/vue-1.js @@ -2206,6 +2206,7 @@ var render = function() { } : null ], + null, true ) }) |