Update ChallengeType

This commit is contained in:
Chris Eager 2024-03-14 16:16:09 -05:00 committed by GitHub
parent 9f40562b19
commit 231bf91a22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 4 deletions

View file

@ -1211,7 +1211,7 @@ export type ServerKeysType = {
};
export type ChallengeType = {
readonly type: 'recaptcha';
readonly type: 'captcha';
readonly token: string;
readonly captcha: string;
};