web/flows/identification: fix phrasing account recovery

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-04-25 18:50:19 +02:00
parent 7687b744cc
commit b59b9314e4
4 changed files with 9 additions and 12 deletions

View File

@ -149,7 +149,6 @@ export class IdentificationStage extends BaseStage {
</p>` : html``}
${this.challenge.recovery_url ? html`
<p class="pf-c-login__main-footer-band-item">
${t`Need an account?`}
<a id="recovery" href="${this.challenge.recovery_url}">${t`Forgot username or password?`}</a>
</p>` : html``}
</div>`;