mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-12-13 11:46:35 +00:00
feat: add option to disable ui warnings
This commit is contained in:
@@ -14,6 +14,7 @@ export const appContextSchema = z.object({
|
||||
forgotPasswordMessage: z.string(),
|
||||
backgroundImage: z.string(),
|
||||
oauthAutoRedirect: z.string(),
|
||||
disableUiWarnings: z.boolean(),
|
||||
});
|
||||
|
||||
export type AppContextSchema = z.infer<typeof appContextSchema>;
|
||||
|
||||
Reference in New Issue
Block a user