updated login modal

Signed-off-by: SRIHARI S <sshsrn@gmail.com>
This commit is contained in:
SRIHARI S
2022-10-10 08:17:04 +05:30
parent eed3b76959
commit 86d33b0f21

View File

@ -162,15 +162,14 @@ const LoginModal: React.FC = () => {
{!FLAG_DISABLE_SIGNUPS && (
<p className="text-xs">
<Trans t={t} i18nKey="modals.auth.login.register-text">
If you don&apos;t have one, you can <a onClick={handleCreateAccount}>create an account</a> here.
If you don&apos;t have one, you can <a onClick={handleCreateAccount}>create an account here.</a>
</Trans>
</p>
)}
<p className="text-xs">
<Trans t={t} i18nKey="modals.auth.login.recover-text">
In case you have forgotten your password, you can <a onClick={handleRecoverAccount}>recover your account</a>
here.
In case you have forgotten your password, you can <a onClick={handleRecoverAccount}>recover your account here.</a>
</Trans>
</p>
</BaseModal>