Skip to content

Commit 73a81f4

Browse files
committed
feat: new test
1 parent 990e173 commit 73a81f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/components/github/SignUp.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Function to redirect the user to GitHub's signup page
66
async function redirectToGitHubSignup() {
77
// token.set('test-token');
8-
// window.location.href = `/auth/authorize?redirect_uri=${window.location.href}&test=dklsfj`;
9-
await fetch(`/auth/authorize?redirect_uri=${window.location.href}&state=jsqhd&client_id=Iv1.711903007f608691`)
8+
window.location.href = `/auth/authorize`;
9+
// await fetch(`/auth/authorize?redirect_uri=${window.location.href}&state=jsqhd&client_id=Iv1.711903007f608691`)
1010
}
1111
1212
onMount(() => {

0 commit comments

Comments
 (0)