mirror of
https://github.com/optim-enterprises-bv/Mailu-OIDC.git
synced 2025-10-29 17:22:20 +00:00
Add external link icon for OIDC users to password update link in sidebar
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<li class="nav-item" role="none">
|
||||
<a href="{{ oic_client.change_password() if current_user.is_oidc_user else url_for('.user_password_change') }}" class="nav-link" role="menuitem">
|
||||
<i class="nav-icon fa fa-lock"></i>
|
||||
<p>{% trans %}Update password{% endtrans %}</p>
|
||||
<p>{% trans %}Update password{% endtrans %}{% if current_user.is_oidc_user %} <i class="fas fa-external-link-alt text-xs"></i>{% endif %}</p>
|
||||
</a>
|
||||
</li>
|
||||
{%- endif %}
|
||||
|
||||
Reference in New Issue
Block a user