Display problematic transactions #53

Merged
jacob1123 merged 16 commits from problematic-transactions into master 2022-04-23 13:32:39 +02:00
Showing only changes of commit 1a78daf23d - Show all commits

View File

@ -14,7 +14,12 @@ import Settings from "../pages/Settings.vue";
import WelcomePage from "../pages/WelcomePage.vue"; import WelcomePage from "../pages/WelcomePage.vue";
const routes = [ const routes = [
{ path: "/", name: "Index", component: WelcomePage }, {
path: "/",
name: "Index",
component: WelcomePage,
meta: { hideForAuth: true },
},
{ {
path: "/dashboard", path: "/dashboard",
name: "Dashboard", name: "Dashboard",