diff --git a/idp/.env.skeleton b/idp/.env.skeleton index 8b66b1d..1019f1e 100644 --- a/idp/.env.skeleton +++ b/idp/.env.skeleton @@ -23,5 +23,6 @@ MAILER_PASSWORD=xxxxx MAILER_FROM='"No Reply" ' # Client +# Url wird für Mailversand gebraucht CLIENT_URL=http://localhost:4200 PRODUCTION=true \ No newline at end of file diff --git a/idp_client/src/app/auth/auth.scss b/idp_client/src/app/auth/auth.scss index e5d9b8f..db2fc6c 100644 --- a/idp_client/src/app/auth/auth.scss +++ b/idp_client/src/app/auth/auth.scss @@ -125,6 +125,9 @@ body { outline: none; border-bottom-color: #6A679E; } +.login__input_error { + border-bottom: 2px solid #b61d09; +} .login__submit { background: #fff; diff --git a/idp_client/src/app/auth/register/register.component.html b/idp_client/src/app/auth/register/register.component.html index 68529cb..9c2508a 100644 --- a/idp_client/src/app/auth/register/register.component.html +++ b/idp_client/src/app/auth/register/register.component.html @@ -13,15 +13,15 @@
- +
- +
- +