portal.secubox.in/ now redirects to /login.html for SSO flow Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
282 B
HTML
13 lines
282 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="0;url=/login.html">
|
|
<title>SecuBox Portal</title>
|
|
</head>
|
|
<body>
|
|
<script>window.location.href = "/login.html";</script>
|
|
<p>Redirecting to <a href="/login.html">login</a>...</p>
|
|
</body>
|
|
</html>
|