This commit is contained in:
Saibato 2023-02-06 08:04:59 +00:00 committed by GitHub
parent 90c2c37d6a
commit 3a59622e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,7 +216,7 @@ class Login extends Component {
<div id="existing-account-login">
<p>
<a href="#" id="show-create-account" onClick={(e) => this.showCreateAccount(e)}>
> {t('back')}
{t('back')}
</a>
</p>
{this.renderExistingAccountLogin()}