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-lock.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-lock.json')
-rw-r--r--package-lock.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index 0440e0557f8..0cd8e62409a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7375,6 +7375,14 @@
"resolved": "https://registry.npmjs.org/vue-click-outside/-/vue-click-outside-1.0.7.tgz",
"integrity": "sha1-zdKxYF48SUR4TheU6uShKg9wC9Y="
},
+ "vue-clipboard2": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/vue-clipboard2/-/vue-clipboard2-0.3.0.tgz",
+ "integrity": "sha512-6/Y9NJErWb4LNBLMgsJSdKb7KpF6/jqXagvKlYut6VQzQsNj6515FpwH0r5hhmeJMqaPzf1kxAw8L8Qvw/QBJQ==",
+ "requires": {
+ "clipboard": "^2.0.0"
+ }
+ },
"vue-hot-reload-api": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.3.tgz",