You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Google OAuth client id to the new desktop client (#9)
The previously baked-in Google client id was replaced with the new
desktop OAuth client id from Google Cloud Console. This is the single
source of truth that feeds generatePeboBuildConfig -> GOOGLE_CLIENT_ID,
so the shipped app now points at the new client. Client ids are public
identifiers (safe to commit); the client secret is still injected only
at release-build time and never committed.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>