mirror of
https://github.com/bellingcat/auto-archiver-setup-tool.git
synced 2026-06-13 05:58:37 +03:00
refactoring welcome card/loading state on signin/refresh
This commit is contained in:
@@ -32,6 +32,10 @@ const routes = [
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "tos" */ '../views/TOSView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/:pathMatch(.*)*',
|
||||
redirect: '/',
|
||||
}
|
||||
];
|
||||
|
||||
const router = createRouter({
|
||||
|
||||
Reference in New Issue
Block a user