Reapply "ask for google client id"

This reverts commit efa91f8627.
This commit is contained in:
Ramnique Singh 2026-02-03 23:01:23 +05:30
parent fbdf9cd834
commit 3cfbfa7c34
12 changed files with 281 additions and 33 deletions

View file

@ -176,6 +176,7 @@ const ipcSchemas = {
'oauth:connect': {
req: z.object({
provider: z.string(),
clientId: z.string().optional(),
}),
res: z.object({
success: z.boolean(),