-
+
{{ $t('signup') }}
{{ $t('|') }}
-
+
{{ $t('signin') }}
@@ -25,7 +25,7 @@
import { useAuthLinks } from '@/composables/useAuthLinks'
import NavItem from '../Menu/NavItem.vue'
-const { login, register } = useAuthLinks()
+const { routeWithParamsAndQuery } = useAuthLinks()
const backgroundHeader = '/img/template/gradido_background_header.png'
const logo = '/img/brand/gradido-logo_200x59.png'
diff --git a/frontend/src/components/Auth/AuthNavbarSmall.vue b/frontend/src/components/Auth/AuthNavbarSmall.vue
index e7917ffe8..bf1a4a364 100644
--- a/frontend/src/components/Auth/AuthNavbarSmall.vue
+++ b/frontend/src/components/Auth/AuthNavbarSmall.vue
@@ -2,9 +2,9 @@
- {{ $t('signup') }}
+ {{ $t('signup') }}
{{ $t('|') }}
- {{ $t('signin') }}
+ {{ $t('signin') }}
@@ -14,7 +14,7 @@
import { useAuthLinks } from '@/composables/useAuthLinks'
import NavItem from '../Menu/NavItem.vue'
-const { login, register } = useAuthLinks()
+const { routeWithParamsAndQuery } = useAuthLinks()