Update angular and npm packages

This commit is contained in:
2022-12-05 14:34:48 +01:00
parent fb823e06cd
commit 7e16ac3f2d
4 changed files with 1344 additions and 1313 deletions

View File

@@ -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() {