Skip to content

Commit e5309a4

Browse files
committed
fix: update CaptchaAdapter interface to use correct terminology for site key
1 parent 4f2b34b commit e5309a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adminforth/types/adapters/CaptchaAdapter.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ export interface CaptchaAdapter {
99
getScriptSrc(): string;
1010

1111
/**
12-
* Returns the public key for the captcha.
12+
* Returns the site key for the captcha.
1313
*/
14-
getPublicKey(): string;
14+
getSiteKey(): string;
1515

1616
/**
1717
* Returns the widget ID for the captcha.

0 commit comments

Comments
 (0)