Skip to content

Commit

Permalink
fix: unwanted route path (#3394)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjp232004 committed May 1, 2024
1 parent 87e1e50 commit 8ffea6d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions web/src/enterprise/composables/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,7 @@ const useEnvRoutes = () => {
path: "/cb",
name: "callback",
component: LoginCallback,
},
{
path: "/web/cb",
name: "callback",
component: LoginCallback,
},
},
];

const homeChildRoutes = [
Expand Down

0 comments on commit 8ffea6d

Please sign in to comment.