diff --git a/frontend/src/components/Auth/MobileStart.vue b/frontend/src/components/Auth/MobileStart.vue index b6bfcbc2d..494adf9d7 100644 --- a/frontend/src/components/Auth/MobileStart.vue +++ b/frontend/src/components/Auth/MobileStart.vue @@ -9,32 +9,32 @@ {{ $t('auth.left.newCurrency') }}
@@ -58,6 +58,9 @@ diff --git a/frontend/src/components/Auth/Navbar.vue b/frontend/src/components/Auth/Navbar.vue index ffef864fe..7b3eed0e3 100644 --- a/frontend/src/components/Auth/Navbar.vue +++ b/frontend/src/components/Auth/Navbar.vue @@ -10,7 +10,7 @@ /> @@ -37,8 +37,8 @@ export default { name: 'AuthNavbar', data() { return { - logo: 'img/brand/green.png', - sheet: 'img/template/Blaetter.png', + logo: '/img/brand/green.png', + sheet: '/img/template/Blaetter.png', } }, } diff --git a/frontend/src/layouts/AuthLayout.vue b/frontend/src/layouts/AuthLayout.vue index 1cc4923d1..e66f19fc3 100644 --- a/frontend/src/layouts/AuthLayout.vue +++ b/frontend/src/layouts/AuthLayout.vue @@ -34,7 +34,7 @@
{{ $t('1000thanks') }}
- + @@ -44,7 +44,7 @@
- +
- + @@ -73,7 +73,7 @@ - +
diff --git a/frontend/src/pages/ResetPassword.vue b/frontend/src/pages/ResetPassword.vue index a8b21da65..24bf92564 100644 --- a/frontend/src/pages/ResetPassword.vue +++ b/frontend/src/pages/ResetPassword.vue @@ -12,12 +12,6 @@ - - - - {{ $t('back') }} - - @@ -116,6 +110,7 @@ export default { }, }, created() { + this.$emit('is-mobile-start', false) this.setDisplaySetup() }, }