fix(verification): remove hardcoded prefix from phone number in confirmation message
This commit is contained in:
@@ -56,7 +56,7 @@ function VerificationPage({ setIsSendMsg, uuid, link, setUuid, num, setStep }) {
|
||||
کد تایید را وارد نمایید
|
||||
</p>
|
||||
<p className="text-[#616161] mt-[16px] sm:mt-[19px] md:mt-[22px] lg:mt-[24px] text-[14px] font-normal text-right">
|
||||
کد تایید برای شماره <span dir="ltr">09{num}</span> ارسال شد.
|
||||
کد تایید برای شماره <span dir="ltr">{num}</span> ارسال شد.
|
||||
</p>
|
||||
<div className="mt-[26px] sm:mt-[28px] md:mt-[30px] lg:mt-[32px] mb-[56px] sm:mb-[47px] md:mb-[38px] lg:mb-[30px]">
|
||||
<div className="mb-[27px]" dir="ltr">
|
||||
|
||||
Reference in New Issue
Block a user