From 7f1485114785168ca31ae1f7030f96bb80da104a Mon Sep 17 00:00:00 2001 From: Alec Rippberger Date: Wed, 25 Sep 2024 16:49:27 -0500 Subject: [PATCH] Consolidate login templates. --- .../src/angular/login/login.component.html | 277 +++--------------- 1 file changed, 45 insertions(+), 232 deletions(-) diff --git a/libs/auth/src/angular/login/login.component.html b/libs/auth/src/angular/login/login.component.html index 4f36565319..f0150784cb 100644 --- a/libs/auth/src/angular/login/login.component.html +++ b/libs/auth/src/angular/login/login.component.html @@ -1,26 +1,16 @@ - - - -
+ @@ -31,6 +21,7 @@ bitInput appAutofocus (blur)="onEmailBlur($event)" + (keyup.enter)="clientType === ClientType.Desktop ? continue() : null" /> @@ -48,30 +39,48 @@
{{ "or" | i18n }}
- - - - {{ "logInWithPasskey" | i18n }} - + + + + + {{ "logInWithPasskey" | i18n }} + + - - - - {{ "useSingleSignOn" | i18n }} - + + + + + {{ "useSingleSignOn" | i18n }} + + + + +
@@ -125,199 +134,3 @@
- - - - -
- - - - - {{ "emailAddress" | i18n }} - - - - - - - {{ "rememberEmail" | i18n }} - - -
- - - - - - - -
-
- - - - - {{ "masterPass" | i18n }} - - - - - - - {{ "getMasterPasswordHint" | i18n }} - - - - - -
- - - - - -
{{ "or" | i18n }}
- - -
-
-
-
- - - - -
- - - - {{ "emailAddress" | i18n }} - - - - - - - {{ "rememberEmail" | i18n }} - - -
- - - -
{{ "or" | i18n }}
- - - - - - -
-
- - - - - {{ "masterPassword" | i18n }} - - - - - - - {{ "getMasterPasswordHint" | i18n }} - - - - - -
- - - - - -
{{ "or" | i18n }}
- - -
-
-
-