Skip to content

Commit e488da8

Browse files
committed
fix: change renderWidget method return type in CaptchaAdapter interface
1 parent 85e798d commit e488da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/types/adapters/CaptchaAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export interface CaptchaAdapter {
2626
/**
2727
* Renders the captcha widget HTML.
2828
*/
29-
renderWidget(): string;
29+
renderWidget(): void;
3030

3131
/**
3232
* Validates the captcha token.

0 commit comments

Comments
 (0)