From 83f42ac8dfc38e9aa2ca286c91e03324e2a72645 Mon Sep 17 00:00:00 2001 From: Michal Date: Sat, 27 Apr 2024 15:01:10 +0000 Subject: [PATCH] feat: removed confirm email requirement on endpoint add, its shown in the confirms gate modal --- src/router/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index ac88f29..3b1526f 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -90,9 +90,6 @@ const router = createRouter({ { path: "/redirects/:redirectId/endpoints/add", name: "add-endpoint", - meta: { - gates: ["auth"], - }, component: () => import("../views/SimpleAddEndpointView.vue"), // Pass the props to the component props: true,