feat: new test

This commit is contained in:
thomas
2024-03-28 21:44:44 +01:00
parent 990e173d67
commit 73a81f4831

View File

@@ -5,8 +5,8 @@
// Function to redirect the user to GitHub's signup page // Function to redirect the user to GitHub's signup page
async function redirectToGitHubSignup() { async function redirectToGitHubSignup() {
// token.set('test-token'); // token.set('test-token');
// window.location.href = `/auth/authorize?redirect_uri=${window.location.href}&test=dklsfj`; window.location.href = `/auth/authorize`;
await fetch(`/auth/authorize?redirect_uri=${window.location.href}&state=jsqhd&client_id=Iv1.711903007f608691`) // await fetch(`/auth/authorize?redirect_uri=${window.location.href}&state=jsqhd&client_id=Iv1.711903007f608691`)
} }
onMount(() => { onMount(() => {