forked from Yara724/api
YARA-951
This commit is contained in:
@@ -7,6 +7,12 @@ export class CaptchaResponseDto {
|
||||
})
|
||||
captchaId: string;
|
||||
|
||||
@ApiProperty({
|
||||
description: "Sample text",
|
||||
example: "sb20xe"
|
||||
})
|
||||
text: string
|
||||
|
||||
@ApiProperty({
|
||||
description:
|
||||
"SVG captcha as a data URI — use as `<img src={image} />` in the frontend.",
|
||||
|
||||
Reference in New Issue
Block a user