Skip to content

Commit 2e48912

Browse files
Update login.html
1 parent 9640362 commit 2e48912

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

login.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h1>CoreFit Login</h1>
159159
sessionStorage.setItem("domain", user.domain || user.Domain || "--");
160160

161161
setTimeout(() => {
162-
window.location.href = "home.html";
162+
window.location.href = "index.html";
163163
}, 1500);
164164

165165
} else {
@@ -176,3 +176,4 @@ <h1>CoreFit Login</h1>
176176

177177
</body>
178178
</html>
179+

0 commit comments

Comments
 (0)