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 5c19ce2 commit be556e3Copy full SHA for be556e3
adminforth/types/adapters/CaptchaAdapter.ts
@@ -36,4 +36,4 @@ export interface CaptchaAdapter {
36
* Validates the captcha token.
37
*/
38
validate(token: string, ip: string): Promise<Record<string, any>>;
39
-}
+}
0 commit comments