Update ChallengeType
This commit is contained in:
parent
9f40562b19
commit
231bf91a22
2 changed files with 11 additions and 4 deletions
|
@ -1211,7 +1211,7 @@ export type ServerKeysType = {
|
|||
};
|
||||
|
||||
export type ChallengeType = {
|
||||
readonly type: 'recaptcha';
|
||||
readonly type: 'captcha';
|
||||
readonly token: string;
|
||||
readonly captcha: string;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue