Update ChallengeType

This commit is contained in:
Chris Eager
2024-03-14 16:16:09 -05:00
committed by GitHub
parent 9f40562b19
commit 231bf91a22
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;
};