Skip to content
Snippets Groups Projects
Commit d6a7c4de authored by Eline Evje's avatar Eline Evje
Browse files

fix: made navbar be not visible on config

parent 3599c373
No related branches found
No related tags found
3 merge requests!66Final merge,!36Enhancement/implement account number to config,!4Pipeline fix
...@@ -10,7 +10,8 @@ const showNavBar = computed(() => { ...@@ -10,7 +10,8 @@ const showNavBar = computed(() => {
route.path == '/' || route.path == '/' ||
route.path == '/registrer' || route.path == '/registrer' ||
route.path == '/logginn' || route.path == '/logginn' ||
route.path == '/forgotPassword' route.path == '/forgotPassword' ||
route.path.startsWith('/konfigurasjon')
) )
}) })
</script> </script>
......
...@@ -88,6 +88,11 @@ const router = createRouter({ ...@@ -88,6 +88,11 @@ const router = createRouter({
name: 'configurations5', name: 'configurations5',
component: () => import('@/views/ConfigSpendingItemsTotalAmountView.vue') component: () => import('@/views/ConfigSpendingItemsTotalAmountView.vue')
}, },
{
path: '/konfigurasjonSteg6',
name: 'configurations6',
component: () => import('@/views/ConfigAccountNumberView.vue')
},
{ {
path: '/forsteSparemaal', path: '/forsteSparemaal',
name: 'firstSavingGoal', name: 'firstSavingGoal',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment