Skip to content

Commit a0d45a5

Browse files
committed
Better order with auth
1 parent e2ba448 commit a0d45a5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

public/callback/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<body>
1717
<p>
1818
You are being redirected.
19-
If not, click <a href="../">here</a>.
19+
If not, click <a href="../curation">here</a>.
2020
</p>
21-
<textarea id="technical-information" rows="10"></textarea>
21+
2222
</body>
2323

2424
</html>

public/callback/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ window.onload = async function () {
2121
localStorage.setItem("owner", owner);
2222
localStorage.setItem("repo", repo);
2323
localStorage.setItem("artifactId", artifactId);
24-
window.location = "../curation/";
24+
window.location = "../git-login/";
2525

2626

2727
}else{
@@ -32,7 +32,7 @@ window.onload = async function () {
3232
localStorage.setItem("url", url);
3333
localStorage.setItem("repo", repo);
3434
localStorage.setItem("artifactId", artifactId);
35-
window.location = "../curation/";
35+
window.location = "../git-login/";
3636

3737

3838
}

0 commit comments

Comments
 (0)