diff --git a/src/Client/src/app/app.html b/src/Client/src/app/app.html
index 3ef2ad6..514c9e4 100644
--- a/src/Client/src/app/app.html
+++ b/src/Client/src/app/app.html
@@ -3,16 +3,19 @@
-
+
-
-
+ @if (auth.isLoggedIn) {
+
+ } @else {
+
+ }
@@ -23,9 +26,9 @@
PRIVACY
ABOUT
-
-
-
+
+
+
-
+ @if(errorMsgs.length > 0){
+
+ @for(msg of errorMsgs; track msg.length ){
+ - {{ msg }}
+ }
+
+ }
+
\ No newline at end of file
diff --git a/src/Client/src/app/pages/account/login/login.component.html b/src/Client/src/app/pages/account/login/login.component.html
index 7b330cb..ee23245 100644
--- a/src/Client/src/app/pages/account/login/login.component.html
+++ b/src/Client/src/app/pages/account/login/login.component.html
@@ -28,8 +28,13 @@
-
+ @if(errorMsgs.length > 0){
+
+ @for(msg of errorMsgs; track msg.length ){
+ - {{ msg }}
+ }
+
+ }
+
\ No newline at end of file
diff --git a/src/Client/src/app/pages/account/register/register.component.html b/src/Client/src/app/pages/account/register/register.component.html
index e4a6914..443978d 100644
--- a/src/Client/src/app/pages/account/register/register.component.html
+++ b/src/Client/src/app/pages/account/register/register.component.html
@@ -28,8 +28,13 @@
- 0" >
- - {{ msg }}
+ @if(errorMsgs.length > 0){
+
+ @for(msg of errorMsgs; track msg.length ){
+ - {{ msg }}
+ }
+ }
+
\ No newline at end of file
diff --git a/src/Client/src/app/pages/account/resetpassword/resetpassword.component.html b/src/Client/src/app/pages/account/resetpassword/resetpassword.component.html
index 1ad09af..ef23741 100644
--- a/src/Client/src/app/pages/account/resetpassword/resetpassword.component.html
+++ b/src/Client/src/app/pages/account/resetpassword/resetpassword.component.html
@@ -22,8 +22,13 @@
-
+ @if(errorMsgs.length > 0){
+
+ @for(msg of errorMsgs; track msg.length ){
+ - {{ msg }}
+ }
+
+ }
+
\ No newline at end of file