From 2d8c43a920a7b75872b84f2f7b5c978ff8a22bd3 Mon Sep 17 00:00:00 2001 From: konrad Date: Sun, 11 Apr 2021 13:18:19 +0000 Subject: [PATCH] Add link share password authentication (#466) Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/466 Co-authored-by: konrad Co-committed-by: konrad --- src/components/sharing/linkSharing.vue | 78 ++++++++++++++++++++------ src/models/linkShare.js | 1 + src/store/modules/auth.js | 7 ++- src/views/sharing/LinkSharingAuth.vue | 61 +++++++++++++++++--- 4 files changed, 121 insertions(+), 26 deletions(-) diff --git a/src/components/sharing/linkSharing.vue b/src/components/sharing/linkSharing.vue index b884d1474..8094649a1 100644 --- a/src/components/sharing/linkSharing.vue +++ b/src/components/sharing/linkSharing.vue @@ -1,21 +1,33 @@