Merged in fix/redirect-service-revert (pull request #1818)
hotfix: uncomment new stuff that broke destination page * hotfix: uncomment new stuff that broke destination page Approved-by: Michael Zetterberg Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -12,7 +12,6 @@ import * as currentWebLogout from "@/middlewares/currentWebLogout"
|
||||
import * as dateFormat from "@/middlewares/dateFormat"
|
||||
import * as handleAuth from "@/middlewares/handleAuth"
|
||||
import * as myPages from "@/middlewares/myPages"
|
||||
import * as redirect from "@/middlewares/redirect"
|
||||
import * as sasXScandic from "@/middlewares/sasXScandic"
|
||||
import { getDefaultRequestHeaders } from "@/middlewares/utils"
|
||||
import * as webView from "@/middlewares/webView"
|
||||
@@ -59,7 +58,7 @@ export const middleware: NextMiddleware = async (request, event) => {
|
||||
bookingFlow,
|
||||
sasXScandic,
|
||||
cmsContent,
|
||||
redirect,
|
||||
//redirect,
|
||||
]
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user