diff --git a/frontend/src/components/Auth/MobileStart.vue b/frontend/src/components/Auth/MobileStart.vue index b6bfcbc2d..7b11df0f3 100644 --- a/frontend/src/components/Auth/MobileStart.vue +++ b/frontend/src/components/Auth/MobileStart.vue @@ -9,36 +9,36 @@ {{ $t('auth.left.newCurrency') }}
- + {{ $t('signup') }}
@@ -46,7 +46,7 @@ {{ $t('auth.left.hereLogin') }} @@ -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..42b232e88 100644 --- a/frontend/src/layouts/AuthLayout.vue +++ b/frontend/src/layouts/AuthLayout.vue @@ -3,7 +3,7 @@
@@ -34,7 +34,7 @@
{{ $t('1000thanks') }}
- + @@ -44,7 +44,7 @@
- +
- + @@ -73,7 +73,7 @@ - +
diff --git a/frontend/src/pages/ResetPassword.spec.js b/frontend/src/pages/ResetPassword.spec.js index 940070109..ec3eba61b 100644 --- a/frontend/src/pages/ResetPassword.spec.js +++ b/frontend/src/pages/ResetPassword.spec.js @@ -79,16 +79,6 @@ describe('ResetPassword', () => { expect(wrapper.find('div.resetpwd-form').exists()).toBeTruthy() }) - describe('links', () => { - it('has a link "Back"', async () => { - expect(wrapper.findAllComponents(RouterLinkStub).at(0).text()).toEqual('back') - }) - - it('links to /login when clicking "Back"', async () => { - expect(wrapper.findAllComponents(RouterLinkStub).at(0).props().to).toBe('/login') - }) - }) - describe('reset password form', () => { it('has a register form', async () => { expect(wrapper.find('form').exists()).toBeTruthy() diff --git a/frontend/src/pages/ResetPassword.vue b/frontend/src/pages/ResetPassword.vue index ab3fdeb97..6b25a5cc2 100644 --- a/frontend/src/pages/ResetPassword.vue +++ b/frontend/src/pages/ResetPassword.vue @@ -13,12 +13,6 @@
- - - - {{ $t('back') }} - -