From a8a49309566236cf8913c89cfd24f079fb4a1b54 Mon Sep 17 00:00:00 2001 From: leejinho Date: Tue, 28 Jan 2020 09:35:23 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20validation=20=EC=97=90=EB=9F=AC=20?= =?UTF-8?q?=EB=A9=94=EC=8B=9C=EC=A7=80=20=ED=91=9C=EC=B6=9C=EB=B0=A9?= =?UTF-8?q?=EC=8B=9D=20=EC=88=98=EC=A0=95.=20>>=20=ED=95=98=EB=8B=A8?= =?UTF-8?q?=EC=97=90=20=ED=95=9C=EB=B2=88=EC=97=90=20=EC=B6=9C=EB=A0=A5?= =?UTF-8?q?=ED=95=98=EB=8A=94=20=EB=B0=A9=EC=8B=9D=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/lib/components/login.component.html | 43 ++++++++++++++----- .../src/lib/components/login.component.ts | 37 +++++++++++----- 2 files changed, 58 insertions(+), 22 deletions(-) diff --git a/projects/ucap-webmessenger-ui-account/src/lib/components/login.component.html b/projects/ucap-webmessenger-ui-account/src/lib/components/login.component.html index 19fac539..2c66bb40 100644 --- a/projects/ucap-webmessenger-ui-account/src/lib/components/login.component.html +++ b/projects/ucap-webmessenger-ui-account/src/lib/components/login.component.html @@ -9,33 +9,54 @@
{{ 'accounts.fieldCompany' | translate }} - + {{ company.companyName }} - - {{ 'accounts.errors.requireCompany' | translate }} - {{ 'accounts.fieldLoginId' | translate }} - - - {{ 'accounts.errors.requireLoginId' | translate }} - + {{ 'accounts.fieldLoginPw' | translate }} - - + + + +
+ + {{ 'accounts.errors.requireCompany' | translate }} + + + {{ 'accounts.errors.requireLoginId' | translate }} + + {{ 'accounts.errors.requireLoginPw' | translate }} - +