fix: add androidClientId matching serverClientId in capacitor.config.ts

This commit is contained in:
2026-06-27 20:36:26 +07:00
parent 1417f40dde
commit 2f4b24c41c
+1
View File
@@ -11,6 +11,7 @@ const config: CapacitorConfig = {
GoogleAuth: {
scopes: ['profile', 'email'],
serverClientId: '639044397050-7hair384u6lle941h033trut1s3q47l4.apps.googleusercontent.com',
androidClientId: '639044397050-7hair384u6lle941h033trut1s3q47l4.apps.googleusercontent.com',
forceCodeForRefreshToken: true
}
}