increate timeout to 5s
This commit is contained in:
parent
dc602054f2
commit
d6bfb50516
|
@ -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
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
|
|
Reference in New Issue