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 /package.json | |
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 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index ec2ca212c6a..fa95bc8b1cd 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "license": "AGPL-3.0-or-later", "dependencies": { "@babel/polyfill": "^7.2.5", + "@chenfengyuan/vue-qrcode": "^1.0.0", "Select2": "git+https://github.com/select2/select2.git#3.4.8", "autosize": "^4.0.2", "backbone": "^1.3.3", |