Skip to content

Commit

Permalink
Drop cloud_auth client route
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed May 21, 2024
1 parent bf0c334 commit bea1583
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client/src/entry/analysis/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import ToolsJson from "components/ToolsView/ToolsSchemaJson/ToolsJson";
import TourList from "components/Tour/TourList";
import TourRunner from "components/Tour/TourRunner";
import { APIKey } from "components/User/APIKey";
import { CloudAuth } from "components/User/CloudAuth";
import CustomBuilds from "components/User/CustomBuilds";
import { ExternalIdentities } from "components/User/ExternalIdentities";
import { NotificationsPreferences } from "components/User/Notifications";
Expand Down Expand Up @@ -499,11 +498,6 @@ export function getRouter(Galaxy) {
component: APIKey,
redirect: redirectAnon(),
},
{
path: "user/cloud_auth",
component: CloudAuth,
redirect: redirectAnon(),
},
{
path: "user/external_ids",
component: ExternalIdentities,
Expand Down

0 comments on commit bea1583

Please sign in to comment.