diff --git a/dmp-frontend/src/app/ui/auth/login/post-login/post-login.component.html b/dmp-frontend/src/app/ui/auth/login/post-login/post-login.component.html index 445c9870c..c6ff1820d 100644 --- a/dmp-frontend/src/app/ui/auth/login/post-login/post-login.component.html +++ b/dmp-frontend/src/app/ui/auth/login/post-login/post-login.component.html @@ -1,31 +1,38 @@
- - -

{{'TENANT-CHOOSE-DIALOG.TITLE' | translate}}

-
- -
-
- - {{'TENANT-CHOOSE-DIALOG.FIELDS.TENANT-CODE' | translate}} - - - {{tenant.code}} - - - {{formGroup.get('tenantCode').getError('backendError')?.message}} - {{'COMMONS.VALIDATION.REQUIRED' | translate}} - -
-
-
-
-
+
+ + +

{{'TENANT-CHOOSE-DIALOG.TITLE' | translate}}

+
+ + +
+ + {{'TENANT-CHOOSE-DIALOG.FIELDS.TENANT-CODE' | translate}} + + + {{tenant.code}} + + + {{formGroup.get('tenantCode').getError('backendError')?.message}} + {{'COMMONS.VALIDATION.REQUIRED' | translate}} +
-
- - - +
+
+
+ +
+
+ + +
+
+
+ + + +