Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-02-26 21:43:59 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-02-28 19:38:48 +0300
commit4b724751307447cb5153ce4708d6ad9d04a6bff5 (patch)
treeda0e43b8a3e198c3451522ab544a202c3cff4ccc /package.json
parentfb48abc35ab9d36c6d9eef5fa0ac1fe92bba0f73 (diff)
Move personal auth token settings to Vue
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Always crate OC.Settings, even if not used Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index bdea210cdff..ec2ca212c6a 100644
--- a/package.json
+++ b/package.json
@@ -49,6 +49,7 @@
"v-tooltip": "^2.0.0-rc.33",
"vue": "^2.6.7",
"vue-click-outside": "^1.0.7",
+ "vue-clipboard2": "^0.3.0",
"vue-infinite-loading": "^2.4.3",
"vue-localstorage": "^0.6.2",
"vue-multiselect": "^2.1.3",