diff --git a/auth/assets/templates/authorized-clients.html.tpl b/auth/assets/templates/authorized-clients.html.tpl
index 9a01c1c34..0ae4c7989 100644
--- a/auth/assets/templates/authorized-clients.html.tpl
+++ b/auth/assets/templates/authorized-clients.html.tpl
@@ -1,4 +1,4 @@
-{{ template "inc_header.html.tpl" . }}
+{{ template "inc_header.html.tpl" set . "activeNav" "clients" }}
{{ template "inc_alerts.html.tpl" .alerts }}
Authorized clients
diff --git a/auth/assets/templates/change-password.html.tpl b/auth/assets/templates/change-password.html.tpl
index 0d1770cce..b49847756 100644
--- a/auth/assets/templates/change-password.html.tpl
+++ b/auth/assets/templates/change-password.html.tpl
@@ -1,4 +1,4 @@
-{{ template "inc_header.html.tpl" . }}
+{{ template "inc_header.html.tpl" set . "activeNav" "security" }}
{{ template "inc_alerts.html.tpl" .alerts }}
Change your password
diff --git a/auth/assets/templates/inc_nav.html.tpl b/auth/assets/templates/inc_nav.html.tpl
index 177971bf4..ccbaeb901 100644
--- a/auth/assets/templates/inc_nav.html.tpl
+++ b/auth/assets/templates/inc_nav.html.tpl
@@ -15,20 +15,19 @@
{{ else if .user }}
- {{/* @TO-DO Denis -- apply active class to selected nav item */}}
- -
+
-
Your profile
{{ if .settings.LocalEnabled }}
- -
+
-
Security
{{ end }}
- -
+
-
Login sessions
{{ if .settings.ExternalEnabled }}
- -
+
-
Authorized clients
{{ end }}
diff --git a/auth/assets/templates/profile.html.tpl b/auth/assets/templates/profile.html.tpl
index 80fabb655..f128d243d 100644
--- a/auth/assets/templates/profile.html.tpl
+++ b/auth/assets/templates/profile.html.tpl
@@ -1,4 +1,4 @@
-{{ template "inc_header.html.tpl" . }}
+{{ template "inc_header.html.tpl" set . "activeNav" "profile" }}
{{ template "inc_alerts.html.tpl" .alerts }}
Your profile
diff --git a/auth/assets/templates/sessions.html.tpl b/auth/assets/templates/sessions.html.tpl
index 6d4a2ffb8..085091bbe 100644
--- a/auth/assets/templates/sessions.html.tpl
+++ b/auth/assets/templates/sessions.html.tpl
@@ -1,4 +1,4 @@
-{{ template "inc_header.html.tpl" . }}
+{{ template "inc_header.html.tpl" set . "activeNav" "sessions" }}
{{ template "inc_alerts.html.tpl" .alerts }}