await fetch("/Auth/GoogleSignin", {
method: 'POST',
headers: {
'Accept': 'application/json',
'Content-Type': 'application/json'
},
body: response.credential
})
await fetch("/Auth/GoogleSignin", {
method: 'POST',
headers: {
'Accept': 'application/json',
'Content-Type': 'application/json'
},
body: response.credential
})