From 0295113f5064f43bbd3a66794b9f723d41bb0dc0 Mon Sep 17 00:00:00 2001 From: dpschen Date: Fri, 10 Sep 2021 13:04:00 +0000 Subject: [PATCH] feat: use store getters to check auth (#731) Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/731 Reviewed-by: konrad Co-authored-by: dpschen Co-committed-by: dpschen --- src/App.vue | 10 +++++----- src/models/authTypes.json | 5 ----- src/store/modules/auth.js | 20 ++++++++++++++++++++ src/views/sharing/LinkSharingAuth.vue | 9 ++++----- 4 files changed, 29 insertions(+), 15 deletions(-) delete mode 100644 src/models/authTypes.json diff --git a/src/App.vue b/src/App.vue index f11135358..a02b72695 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,11 +23,9 @@