Skip to content

Commit

Permalink
fix logged out redirect for root evm page
Browse files Browse the repository at this point in the history
  • Loading branch information
ezra-sg committed Aug 22, 2023
1 parent 0ee7497 commit 5c5e41c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/router/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ const routes = [
{
path: '/evm',
component: () => import('layouts/EVMLayout.vue'),
meta: {
requiresAuth: true,
},
children: [
{
path: 'wallet',
Expand Down

0 comments on commit 5c5e41c

Please sign in to comment.