diff --git a/frontend/capacitor.config.ts b/frontend/capacitor.config.ts index f26b2da..23bd55e 100644 --- a/frontend/capacitor.config.ts +++ b/frontend/capacitor.config.ts @@ -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 } }