Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -96,7 +96,6 @@ export const finishGithubLogin = async (req,res) => | ... | @@ -96,7 +96,6 @@ export const finishGithubLogin = async (req,res) => |
96 | const params = new URLSearchParams(config).toString(); | 96 | const params = new URLSearchParams(config).toString(); |
97 | const baseURL = `https://github.com/login/oauth/access_token`; | 97 | const baseURL = `https://github.com/login/oauth/access_token`; |
98 | const finalURL = `${baseURL}?${params}`; | 98 | const finalURL = `${baseURL}?${params}`; |
99 | - console.log(finalURL) | ||
100 | const data = await fetch(finalURL,{ | 99 | const data = await fetch(finalURL,{ |
101 | method:"POST", | 100 | method:"POST", |
102 | headers:{ | 101 | headers:{ | ... | ... |
-
Please register or login to post a comment