Skip to content

Commit

Permalink
SWED-2249 remove Identity Overview page
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Oct 6, 2023
1 parent f569cee commit fbc289a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/App/Identity/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from "react";
import { RenderPage } from "../utils";

const Core = () => (
<RenderPage path="/identity" initPath="/identity/identity" />
<RenderPage path="/accessibility" initPath="/identity/accessibility" />
);

export default Core;
6 changes: 0 additions & 6 deletions src/App/routes/identity.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ module.exports = [
redirect: "identity",
appFolder: "Identity",
routes: [
{
title: "Overview",
path: "identity",
rootPath: "/identity/identity",
componentPath: "identity/Identity",
},
{
title: "Accessibility",
path: "accessibility",
Expand Down

0 comments on commit fbc289a

Please sign in to comment.