diff --git a/src/Client/src/app/app.html b/src/Client/src/app/app.html index cc27886..7a8464c 100644 --- a/src/Client/src/app/app.html +++ b/src/Client/src/app/app.html @@ -1,25 +1,28 @@
JOB BOARD - RESUMES - COMPANIES + @if (auth.isLoggedIn){ + RESUMES + COMPANIES + }
-
- - -
-
- - - - - - - -
+ @if (auth.isLoggedIn){ +
+ + +
+ } @else { +
+ @if (devMode){ + + } + + +
+ }