Skip to content

Commit

Permalink
Merge pull request #1031 from SSHSRN/loginModal
Browse files Browse the repository at this point in the history
Updated login modal
  • Loading branch information
AmruthPillai authored Oct 10, 2022
2 parents eed3b76 + 86d33b0 commit c4f5955
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/modals/auth/LoginModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c4f5955

Please sign in to comment.