increate timeout to 5s
This commit is contained in:
parent
dc602054f2
commit
d6bfb50516
|
@ -82,7 +82,7 @@
|
||||||
if (window.location.hostname.endsWith("${PORTAL_DOMAIN}")) {
|
if (window.location.hostname.endsWith("${PORTAL_DOMAIN}")) {
|
||||||
setTimeout(function redirect() {
|
setTimeout(function redirect() {
|
||||||
window.location.href = "https://account.${PORTAL_DOMAIN}/auth/login";
|
window.location.href = "https://account.${PORTAL_DOMAIN}/auth/login";
|
||||||
}, 3000);
|
}, 5000); // redirect after 5 secons
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Reference in New Issue