mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat: new test
This commit is contained in:
@@ -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(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user