This commit is contained in:
YasinShaikh123
2024-09-30 13:16:07 +05:30
2 changed files with 1 additions and 2 deletions

View File

@@ -195,7 +195,7 @@ const OtpScreen = () => {
>
<Box display={"flex"} flexDirection={"column"} gap={0} mb={8}>
<Text as={"span"} fontSize={"xl"} fontWeight={600}>
Forgot Password
Verify OTP
</Text>
<Text as={"span"} fontSize={"sm"} fontWeight={400} color={"gray.500"}>
Enter OTP send to {localStorage?.getItem("email")}

View File

@@ -62,7 +62,6 @@ const RegisteredCorporateAddNewModal = ({ isOpen, onClose }) => {
const handlePhoneChange = (value, country) => {
const countryCode = `+${country.dialCode}`;
setIsdCode(countryCode);
let numberWithoutISD = value;
setPhone(numberWithoutISD);