Skip to content

Commit 83f42ac

Browse files
committed
feat: removed confirm email requirement on endpoint add, its shown in the confirms gate modal
1 parent c3d5d41 commit 83f42ac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/router/index.ts

-3
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ const router = createRouter({
9090
{
9191
path: "/redirects/:redirectId/endpoints/add",
9292
name: "add-endpoint",
93-
meta: {
94-
gates: ["auth"],
95-
},
9693
component: () => import("../views/SimpleAddEndpointView.vue"),
9794
// Pass the props to the component
9895
props: true,

0 commit comments

Comments
 (0)