diff --git a/frontend/src/App.spec.js b/frontend/src/App.spec.js index 79467e2a8..77adc7084 100644 --- a/frontend/src/App.spec.js +++ b/frontend/src/App.spec.js @@ -25,6 +25,7 @@ describe('App', () => { meta: { requiresAuth: false, }, + params: {}, }, } diff --git a/frontend/src/components/Auth/AuthNavbar.vue b/frontend/src/components/Auth/AuthNavbar.vue index 73602c48a..ade6340a6 100644 --- a/frontend/src/components/Auth/AuthNavbar.vue +++ b/frontend/src/components/Auth/AuthNavbar.vue @@ -18,9 +18,9 @@ - {{ $t('signup') }} + {{ $t('signup') }} {{ $t('math.pipe') }} - {{ $t('signin') }} + {{ $t('signin') }} @@ -28,8 +28,11 @@