mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-13 13:17:39 +02:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user