We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be556e3 commit bded928Copy full SHA for bded928
adminforth/types/adapters/CaptchaAdapter.ts
@@ -23,6 +23,11 @@ export interface CaptchaAdapter {
23
*/
24
getToken(): Promise<string> | string;
25
26
+ /**
27
+ * Sets the token for the captcha.
28
+ */
29
+ setToken(token: string): void;
30
+
31
/**
32
* Returns the script HTML for the captcha widget.
33
0 commit comments