diff --git a/lib/resources/oidc.js b/lib/resources/oidc.js index 4d89b3a34..b7544a0a7 100644 --- a/lib/resources/oidc.js +++ b/lib/resources/oidc.js @@ -50,6 +50,7 @@ const callbackCookieProps = { path: '/v1/oidc/callback', }; +// id=cl only set for playwright. Why can't it locate this anchor in any other way? const loaderTemplate = ` @@ -161,7 +162,6 @@ module.exports = (service, endpoint) => { // return redirect(303, nextPath); // Instead, we need to render a page and then "browse" from that page to the normal frontend: - // id=cl only set for playwright. Why can't it locate this anchor in any other way? return render(loaderTemplate, { nextPath }); } catch (err) { if (redirect.isRedirect(err)) {