diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-10-04 12:10:43 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-10-05 10:25:45 +0200 |
commit | 8c023eeabdb3874470e5db1a756ed1b62ea3ecf9 (patch) | |
tree | 19edbef8c3495c6d99b92d487a3f9561604959f2 /package.json | |
parent | 87ad219dafd60b9b733a03a34404ab828b195cdb (diff) | |
download | nextcloud-server-8c023eeabdb3874470e5db1a756ed1b62ea3ecf9.tar.gz nextcloud-server-8c023eeabdb3874470e5db1a756ed1b62ea3ecf9.zip |
Emit an event when the CSRF token changes
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 45946c9b64c..9fe41224820 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "dependencies": { "@babel/polyfill": "^7.6.0", "@chenfengyuan/vue-qrcode": "^1.0.1", + "@nextcloud/event-bus": "^0.2.0", "@nextcloud/router": "^0.1.0", "autosize": "^4.0.2", "backbone": "^1.4.0", |