We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e798d commit e488da8Copy full SHA for e488da8
adminforth/types/adapters/CaptchaAdapter.ts
@@ -26,7 +26,7 @@ export interface CaptchaAdapter {
26
/**
27
* Renders the captcha widget HTML.
28
*/
29
- renderWidget(): string;
+ renderWidget(): void;
30
31
32
* Validates the captcha token.
0 commit comments