There was an error while loading. Please reload this page.
1 parent 990e173 commit 73a81f4Copy full SHA for 73a81f4
docs/src/components/github/SignUp.svelte
@@ -5,8 +5,8 @@
5
// Function to redirect the user to GitHub's signup page
6
async function redirectToGitHubSignup() {
7
// 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`)
+ window.location.href = `/auth/authorize`;
+ // await fetch(`/auth/authorize?redirect_uri=${window.location.href}&state=jsqhd&client_id=Iv1.711903007f608691`)
10
}
11
12
onMount(() => {
0 commit comments