Skip to content

Commit 966944d

Browse files
committed
.
1 parent e08121d commit 966944d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hub-login/templates/page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ <h2 class="modal-title" id="{{ key }}-label">{{ title }}</h2>
135135
<li class="nav-item">
136136
<a class="nav-link" href="{{ base_url }}token">Token</a>
137137
</li>
138-
<li><a href="{{base_url}}change-password">Change Password</a></li>
138+
<li><a class="nav-link" href="{{base_url}}change-password">Change Password</a></li>
139139
{% if user.admin %}
140-
<li><a href="{{base_url}}authorize">Authorize Users</a></li>
140+
<li><a class="nav-link" href="{{base_url}}authorize">Authorize Users</a></li>
141141
{% endif %}
142142
{% if 'admin-ui' in parsed_scopes %}
143143
<li class="nav-item">

0 commit comments

Comments
 (0)