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 8bde330 commit 9345e4aCopy full SHA for 9345e4a
adminforth/types/adapters/CaptchaAdapter.ts
@@ -24,10 +24,9 @@ export interface CaptchaAdapter {
24
getToken(): Promise<string> | string;
25
26
/**
27
- * Renders the captcha widget HTML.
+ * Returns the script HTML for the captcha widget.
28
*/
29
- renderWidget(): void;
30
-
+ getRenderWidgetCode(): string;
31
32
* Validates the captcha token.
33
0 commit comments