From d6bfb50516ce5f8d9479b0f965b3d055bb803b8a Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Fri, 20 May 2022 15:01:38 +0200 Subject: [PATCH] increate timeout to 5s --- docker/nginx/templates/pages/401.html.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx/templates/pages/401.html.template b/docker/nginx/templates/pages/401.html.template index 0a5af747..2e7c9853 100644 --- a/docker/nginx/templates/pages/401.html.template +++ b/docker/nginx/templates/pages/401.html.template @@ -82,7 +82,7 @@ if (window.location.hostname.endsWith("${PORTAL_DOMAIN}")) { setTimeout(function redirect() { window.location.href = "https://account.${PORTAL_DOMAIN}/auth/login"; - }, 3000); + }, 5000); // redirect after 5 secons }