Change the login page

This commit is contained in:
David Allen 2024-02-25 10:34:01 -07:00
parent 4bfadc57bc
commit 6c0d402f97
No known key found for this signature in database
GPG key ID: 1D2A29322FBB6FCB

View file

@ -1,16 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
Redirecting you to sign-in page... Welcome to Opaal's default login in page! Click the link below to log in with your identity provider:
<script>
function _sleep(ms) { <aref src="{{loginUrl}}">Login</aref>
return new Promise(resolve => setTimeout(resolve, ms));
}
async function sleep(s) {
for (let i = 0; i < 5; i++) {
await sleep(i * 1000)
}
}
sleep(5000)
window.location.replace("{{loginUrl}}")
</script>
</html> </html>