mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-11-08 18:15:43 +00:00
feat: allow custom app and generic oauth title
This commit is contained in:
@@ -7,6 +7,8 @@ export const userContextSchema = z.object({
|
||||
provider: z.string(),
|
||||
configuredProviders: z.array(z.string()),
|
||||
disableContinue: z.boolean(),
|
||||
title: z.string(),
|
||||
genericName: z.string(),
|
||||
});
|
||||
|
||||
export type UserContextSchemaType = z.infer<typeof userContextSchema>;
|
||||
|
||||
Reference in New Issue
Block a user