Skip to content

Commit

Permalink
remove redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
mshick committed Mar 27, 2024
1 parent 4e73d6c commit c7466a5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,6 @@ const nextConfig = {
source: '/api/auth/account/signin',
destination: '/account/signin',
permanent: false
},
// TODO Remove this when all-access has been updated
{
source: '/api/auth/all-access/jwks.json',
destination: '/api/oidc/jwks.json',
permanent: false
}
];
}
Expand Down

0 comments on commit c7466a5

Please sign in to comment.