add FriendlyCaptcha to new captcha admin endpoints

This commit is contained in:
Hazelnoot 2025-02-03 18:36:11 -05:00
parent 47bf96988c
commit 4afe01909e

View file

@ -52,6 +52,13 @@ export const meta = {
secretKey: { type: 'string', nullable: true }, secretKey: { type: 'string', nullable: true },
}, },
}, },
fc: {
type: 'object',
properties: {
siteKey: { type: 'string', nullable: true },
secretKey: { type: 'string', nullable: true },
},
},
}, },
}, },
} as const; } as const;