From bb5f88f8c76c8476768e94a8755e2e1eec639dca Mon Sep 17 00:00:00 2001 From: rr-bw <102181210+rr-bw@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:29:11 -0700 Subject: [PATCH] remove static element ref --- .../src/angular/login/login.component.html | 50 ++++++------------- .../auth/src/angular/login/login.component.ts | 6 +-- 2 files changed, 17 insertions(+), 39 deletions(-) diff --git a/libs/auth/src/angular/login/login.component.html b/libs/auth/src/angular/login/login.component.html index 4c4ffc2742..ec51f66bce 100644 --- a/libs/auth/src/angular/login/login.component.html +++ b/libs/auth/src/angular/login/login.component.html @@ -12,29 +12,15 @@ # UI States - Each client template has two UI states, defined by `LoginUiState` enum: + Each client template has two UI states, defined by the `LoginUiState` enum: State 1: displays the email input field + continue button State 2: displays the master password input field + login button --> - - - - -
+ + + + @@ -82,19 +68,11 @@ - -
+ {{ "masterPass" | i18n }} - + @@ -135,19 +113,19 @@
- +
- - - + + +
- - - + + +