Skip to content

Commit 3a0b341

Browse files
committed
Fix Path
1 parent 137aec5 commit 3a0b341

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/dashboard/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ window.onload = async function () {
77
const token = localStorage.getItem("gitlab-api-token");
88
if (!token) {
99
alert("Please set up the GitLab connection first!");
10-
window.location = "/";
10+
window.location = "./";
1111
return;
1212
}
1313

0 commit comments

Comments
 (0)