fix auth login

This commit is contained in:
2026-02-09 10:59:15 +03:30
parent 2394cb5c23
commit eaff963872
24 changed files with 93073 additions and 5787 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ export class VerifyOtpDto {
@IsNotEmpty()
@IsString()
@ApiProperty({ example: 'zhivan', description: 'shop slug' })
@ApiProperty({ example: 'boote', description: 'shop slug' })
slug: string;
}