mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-28 17:46:56 +00:00
add FriendlyCaptcha to new captcha admin endpoints
This commit is contained in:
parent
47bf96988c
commit
4afe01909e
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue