mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
Refactor of OAuth account linking flows (#12246)
* Refactor of OAuth account linking flows * PR feedback
This commit is contained in:
@@ -12,7 +12,7 @@ export const GitHubCallbackSchema = BaseSchema.extend({
|
||||
query: z
|
||||
.object({
|
||||
code: z.string().nullish(),
|
||||
state: z.uuid().nullish(),
|
||||
state: z.string(),
|
||||
error: z.string().nullish(),
|
||||
installation_id: z.coerce.number().optional(),
|
||||
setup_action: z.enum(SetupAction),
|
||||
|
||||
Reference in New Issue
Block a user