Correct google app id
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user