File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1499
1499
"invalid_latitude" : " Invalid latitude" ,
1500
1500
"invalid_link_msg" : " It appears that the password reset link you have used is either invalid or expired. Please request a new password reset link." ,
1501
1501
"invalid_longitude" : " Invalid longitude" ,
1502
- "invalid_otp" : " Invalid OTP, Please check the OPT and try Again " ,
1502
+ "invalid_otp" : " Invalid OTP, Please check the OTP and try again " ,
1503
1503
"invalid_password" : " Password doesn't meet the requirements" ,
1504
1504
"invalid_password_reset_link" : " Invalid password reset link" ,
1505
1505
"invalid_patient_data" : " Invalid Patient Data" ,
Original file line number Diff line number Diff line change @@ -562,7 +562,11 @@ const Login = (props: LoginProps) => {
562
562
< InputOTPSlot
563
563
key = { index }
564
564
index = { index }
565
- className = "size-10"
565
+ className = { cn (
566
+ "size-10" ,
567
+ otpValidationError &&
568
+ "border-red-500 focus-visible:ring-red-500" ,
569
+ ) }
566
570
/>
567
571
) ) }
568
572
</ InputOTPGroup >
You can’t perform that action at this time.
0 commit comments