diff --git a/Marco.Pms.Model/Dtos/Authentication/VerifyOTPDto.cs b/Marco.Pms.Model/Dtos/Authentication/VerifyOTPDto.cs index 1e40f5f..4a0a70f 100644 --- a/Marco.Pms.Model/Dtos/Authentication/VerifyOTPDto.cs +++ b/Marco.Pms.Model/Dtos/Authentication/VerifyOTPDto.cs @@ -3,6 +3,6 @@ public class VerifyOTPDto { public string? Email { get; set; } - public string? OPT { get; set; } + public string? OTP { get; set; } } }