Changed varable name in VerifyOTPDto

This commit is contained in:
ashutosh.nehete 2025-06-07 15:28:37 +05:30
parent 9e9bb6fecd
commit d235bc8211

View File

@ -3,6 +3,6 @@
public class VerifyOTPDto public class VerifyOTPDto
{ {
public string? Email { get; set; } public string? Email { get; set; }
public string? OPT { get; set; } public string? OTP { get; set; }
} }
} }