diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-02-26 19:43:59 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-02-28 17:38:48 +0100 |
commit | 4b724751307447cb5153ce4708d6ad9d04a6bff5 (patch) | |
tree | da0e43b8a3e198c3451522ab544a202c3cff4ccc /package.json | |
parent | fb48abc35ab9d36c6d9eef5fa0ac1fe92bba0f73 (diff) | |
download | nextcloud-server-4b724751307447cb5153ce4708d6ad9d04a6bff5.tar.gz nextcloud-server-4b724751307447cb5153ce4708d6ad9d04a6bff5.zip |
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.json | 1 |
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", |