From 2f4b24c41c573a6950a218ab8eabe1e2e232507a Mon Sep 17 00:00:00 2001 From: 3dtours Date: Sat, 27 Jun 2026 20:36:26 +0700 Subject: [PATCH] fix: add androidClientId matching serverClientId in capacitor.config.ts --- frontend/capacitor.config.ts | 1 + 1 file changed, 1 insertion(+) 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 } }