Skip to content

Commit

Permalink
fix: redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
panov-va committed Dec 26, 2024
1 parent 10a9b0b commit 77146c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion time.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


if (!timestamp || !dashboard) {
window.location.replace(redirectUrl);
window.location.replace(domain);
return;
}

Expand Down

0 comments on commit 77146c0

Please sign in to comment.