We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137aec5 commit 3a0b341Copy full SHA for 3a0b341
1 file changed
public/dashboard/main.js
@@ -7,7 +7,7 @@ window.onload = async function () {
7
const token = localStorage.getItem("gitlab-api-token");
8
if (!token) {
9
alert("Please set up the GitLab connection first!");
10
- window.location = "/";
+ window.location = "./";
11
return;
12
}
13
0 commit comments