Update angular and npm packages
This commit is contained in:
@@ -33,7 +33,7 @@ export class LoginPageComponent implements OnInit {
|
||||
async handleCredentialResponse(response: any) {
|
||||
// Here will be your response from Google.
|
||||
console.log(response);
|
||||
const responsePayload = decodeJwtResponse(response.credential);
|
||||
// const responsePayload = decodeJwtResponse(response.credential);
|
||||
}
|
||||
|
||||
login() {
|
||||
|
||||
Reference in New Issue
Block a user