fix: apply language support in profile also and save in database, issue of text translate in guest login flow and other place

This commit is contained in:
RaktimaNXG
2024-08-06 17:02:16 +05:30
parent 10083ac807
commit 4c7d771bb3
19 changed files with 320 additions and 202 deletions
+2 -1
View File
@@ -593,11 +593,12 @@ function SignYourSelf() {
});
if (resEmail?.message === "Email is verified.") {
setIsEmailVerified(true);
alert(t("Email-verified-alert-1"));
} else if (resEmail?.message === "Email is already verified.") {
setIsEmailVerified(true);
alert(t("Email-verified-alert-2"));
}
setOtp("");
alert(resEmail.message);
setIsVerifyModal(false);
// handleRecipientSign();
} catch (error) {