- We sent a 6-digit code to{" "}
-
- {otpChannel === "email"
- ? maskEmail(pendingData?.email ?? "")
- : maskPhone(pendingData?.phone ?? "")}
-
- . Enter it to finish creating your account.
+
+ Verify your { otpChannel === "email" ? "email" : "phone" }
+
+ < p className = "text-sm leading-relaxed text-gray-500" >
+ We sent a 6 - digit code to{ " " }
+
+ { otpChannel === "email"
+ ? maskEmail(pendingData?.email ?? "")
+ : maskPhone(pendingData?.phone ?? "")}
+
+ .Enter it to finish creating your account.