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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-02-10 19:49:20 +0300
committerJoas Schilling <coding@schilljs.com>2020-02-11 00:04:26 +0300
commit13e16e84e4cca590e76d03182cfd62669300eb1a (patch)
tree9a297e6c3fb498e546fef8337b1dc7af7f215f19 /src/mainPublicShareAuthSidebar.js
parenta3e233ec8462fe291f70564a37a79b18dec7cc66 (diff)
Fix Video verification
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/mainPublicShareAuthSidebar.js')
-rw-r--r--src/mainPublicShareAuthSidebar.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainPublicShareAuthSidebar.js b/src/mainPublicShareAuthSidebar.js
index 78c10d1bd..898450f56 100644
--- a/src/mainPublicShareAuthSidebar.js
+++ b/src/mainPublicShareAuthSidebar.js
@@ -109,6 +109,7 @@ function getShareToken() {
const requestPasswordVm = new Vue({
store,
+ id: 'talk-video-verification',
propsData: {
shareToken: getShareToken(),
},