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
+2 -2
View File
@@ -6,8 +6,8 @@
"plugins": {
"GoogleAuth": {
"scopes": ["profile","email"],
"clientId": "817021856543-ad9nsjgdpsu2s2jrl63j3ihrv7lbf6ma.apps.googleusercontent.com",
"serverClientId": "817021856543-ad9nsjgdpsu2s2jrl63j3ihrv7lbf6ma.apps.googleusercontent.com",
"clientId": "817021856543-khlurl8ifdr0sd2cvekn167d02mk9dlg.apps.googleusercontent.com",
"serverClientId": "817021856543-khlurl8ifdr0sd2cvekn167d02mk9dlg.apps.googleusercontent.com",
"forceCodeForRefreshToken": true
}
}