From 70e11b8e491b0604cda41d7a03aeb67d032f5f32 Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 12 Oct 2022 18:16:02 +0200 Subject: [PATCH] use computed auth links from mixins --- frontend/src/components/Auth/AuthNavbar.vue | 13 +++---------- frontend/src/components/Auth/AuthNavbarSmall.vue | 13 +++---------- .../components/LinkInformations/RedeemLoggedOut.vue | 10 ++-------- frontend/src/mixins/authLinks.js | 12 ++++++++++++ 4 files changed, 20 insertions(+), 28 deletions(-) create mode 100644 frontend/src/mixins/authLinks.js diff --git a/frontend/src/components/Auth/AuthNavbar.vue b/frontend/src/components/Auth/AuthNavbar.vue index 0ff10cb78..e3c260fa0 100644 --- a/frontend/src/components/Auth/AuthNavbar.vue +++ b/frontend/src/components/Auth/AuthNavbar.vue @@ -28,24 +28,17 @@ diff --git a/frontend/src/components/Auth/AuthNavbarSmall.vue b/frontend/src/components/Auth/AuthNavbarSmall.vue index 0500a9dc6..c7076b3e0 100644 --- a/frontend/src/components/Auth/AuthNavbarSmall.vue +++ b/frontend/src/components/Auth/AuthNavbarSmall.vue @@ -11,18 +11,11 @@