From 696fa4c06b2351983740eb617ad46eb8eeb2c4e8 Mon Sep 17 00:00:00 2001 From: spf Date: Fri, 8 Jun 2018 15:18:39 +0200 Subject: Enable default link behavior and accessibility for login page (#636) * enable default link behavior and accessibility for login page * alt for link: great idea, but the world is not ready --- client/src/app/login/login.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/login/login.component.html') diff --git a/client/src/app/login/login.component.html b/client/src/app/login/login.component.html index 1f6cfdb90..1846fd19e 100644 --- a/client/src/app/login/login.component.html +++ b/client/src/app/login/login.component.html @@ -17,7 +17,7 @@ or create an account - + or create an account on another instance @@ -39,7 +39,7 @@ type="password" name="password" id="password" i18n-placeholder placeholder="Password" required tabindex="2" formControlName="password" [ngClass]="{ 'input-error': formErrors['password'] }" > -
I forgot my password
+ I forgot my password
{{ formErrors.password }} -- cgit v1.2.3