Correct google app id

This commit is contained in:
2023-10-09 05:32:15 +08:00
parent 1eba696b8a
commit 4371ce39e5
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export class LoginPage implements OnInit {
// GoogleAuth.init();
// use hook after platform dom ready
GoogleAuth.initialize({
clientId: '817021856543-ad9nsjgdpsu2s2jrl63j3ihrv7lbf6ma.apps.googleusercontent.com',
clientId: '817021856543-khlurl8ifdr0sd2cvekn167d02mk9dlg.apps.googleusercontent.com',
scopes: ['profile', 'email'],
grantOfflineAccess: true,
});