diff --git a/server/auth/assets/public/style.css b/server/auth/assets/public/style.css
index c561dedb1..dd006b98d 100644
--- a/server/auth/assets/public/style.css
+++ b/server/auth/assets/public/style.css
@@ -29,11 +29,6 @@ body {
right: 0;
}
-.user {
- top: 0;
- right: 0;
-}
-
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins';
font-weight: 600;
diff --git a/server/auth/assets/templates/inc_footer.html.tpl b/server/auth/assets/templates/inc_footer.html.tpl
index 30cacedb3..0edb8bfb0 100644
--- a/server/auth/assets/templates/inc_footer.html.tpl
+++ b/server/auth/assets/templates/inc_footer.html.tpl
@@ -1,8 +1,8 @@
{{ template "inc_toasts.html.tpl" .alerts }}
-
+
- {{ if .user }}
-
- {{ end }}
-
+
+ {{ if .user }}
+
+ {{ end }}
+
+
{{ template "inc_nav.html.tpl" . }}
diff --git a/server/auth/assets/templates/inc_nav.html.tpl b/server/auth/assets/templates/inc_nav.html.tpl
index 3814ec6d1..753460e0c 100644
--- a/server/auth/assets/templates/inc_nav.html.tpl
+++ b/server/auth/assets/templates/inc_nav.html.tpl
@@ -1,5 +1,5 @@