From 7d09be762a58b18f559eec23bdaebd41b19ca611 Mon Sep 17 00:00:00 2001 From: jacquesfize Date: Mon, 20 Jan 2025 11:21:43 +0100 Subject: [PATCH] feat(frontend) : change message when no provider is given --- frontend/src/app/modules/login/login/login.component.html | 6 +++--- frontend/src/app/modules/login/login/login.component.scss | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/modules/login/login/login.component.html b/frontend/src/app/modules/login/login/login.component.html index 2b7f613c6b..1ee03d5b4e 100644 --- a/frontend/src/app/modules/login/login/login.component.html +++ b/frontend/src/app/modules/login/login/login.component.html @@ -206,9 +206,9 @@
-
- diff --git a/frontend/src/app/modules/login/login/login.component.scss b/frontend/src/app/modules/login/login/login.component.scss index 515137f81d..ef4a1c3be2 100644 --- a/frontend/src/app/modules/login/login/login.component.scss +++ b/frontend/src/app/modules/login/login/login.component.scss @@ -145,3 +145,10 @@ i.loader .mat-spinner { height: 20px !important; margin-right: 8px !important; } + + +#no-provider{ + display: flex; + align-items: center; + height: 100vh; +} \ No newline at end of file