change login btn : suseendhiran
This commit is contained in:
parent
65ea397989
commit
ff6321e0c1
@ -12,7 +12,7 @@
|
||||
function handleCredentialResponse(response) {
|
||||
const responsePayload = JSON.parse(atob(response.credential.split('.')[1]));
|
||||
// window.location.replace(`http://localhost:8080/api/getRow?email=${responsePayload.email}`);
|
||||
window.location = `${ window.location.origin }/api/getRow?email=${responsePayload.email}`;
|
||||
window.location = `${ window.location.origin }/gsheet/api/getRow?email=${responsePayload.email}`;
|
||||
}
|
||||
|
||||
window.onload = function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user