Skip to content

Commit

Permalink
feat: removed confirm email requirement on endpoint add, its shown in…
Browse files Browse the repository at this point in the history
… the confirms gate modal
  • Loading branch information
mwargan committed Apr 27, 2024
1 parent c3d5d41 commit 83f42ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 83f42ac

Please sign in to comment.