mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 00:46:23 +02:00
ask for google client id
This commit is contained in:
parent
2b828bd138
commit
941a56142b
12 changed files with 285 additions and 33 deletions
|
|
@ -175,6 +175,7 @@ const ipcSchemas = {
|
|||
'oauth:connect': {
|
||||
req: z.object({
|
||||
provider: z.string(),
|
||||
clientId: z.string().optional(),
|
||||
}),
|
||||
res: z.object({
|
||||
success: z.boolean(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue