Skip to content

Commit ae95e80

Browse files
Redirect to /maintenance
1 parent 5e32de1 commit ae95e80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

server/middleware/identityMiddleware.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ export const withIdentity: (
7575
return next();
7676
}
7777

78+
res.redirect('/maintenance');
79+
7880
try {
7981
const oktaConfigOverride =
8082
process.env.RUNNING_IN_CYPRESS === 'true' &&

0 commit comments

Comments
 (0)