prettier fix
This commit is contained in:
@@ -6,10 +6,12 @@ const providers: z.ZodType<Provider> = getProviders();
|
||||
|
||||
const AuthConfigSchema = z.object({
|
||||
captchaTokenSiteKey: z
|
||||
.string().describe('The reCAPTCHA site key.')
|
||||
.string()
|
||||
.describe('The reCAPTCHA site key.')
|
||||
.optional(),
|
||||
displayTermsCheckbox: z
|
||||
.boolean().describe('Whether to display the terms checkbox during sign-up.')
|
||||
.boolean()
|
||||
.describe('Whether to display the terms checkbox during sign-up.')
|
||||
.optional(),
|
||||
providers: z.object({
|
||||
password: z.boolean().describe('Enable password authentication.'),
|
||||
|
||||
Reference in New Issue
Block a user