add FriendlyCaptcha to new captcha admin endpoints
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user