Merge branch 'main' of http://git.wdipl.com/Siddhesh.More/optifii-admin
This commit is contained in:
@@ -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")}
|
||||
|
||||
@@ -62,7 +62,6 @@ const RegisteredCorporateAddNewModal = ({ isOpen, onClose }) => {
|
||||
|
||||
const handlePhoneChange = (value, country) => {
|
||||
const countryCode = `+${country.dialCode}`;
|
||||
setIsdCode(countryCode);
|
||||
let numberWithoutISD = value;
|
||||
|
||||
setPhone(numberWithoutISD);
|
||||
|
||||
Reference in New Issue
Block a user