diff --git a/templates/idp/account_management.html b/templates/idp/account_management.html index 0a6ae14..600a08f 100644 --- a/templates/idp/account_management.html +++ b/templates/idp/account_management.html @@ -33,9 +33,14 @@
  • {% trans "Change email" %}
  • {% trans "Edit profile" %}
  • {% trans "Delete profile" %}
  • -
  • {% trans "Change password" %}
  • +
    +

    {% trans "Credentials" %}

    + {% for html_block in frontends_block %} + {{ html_block|safe }} + {% endfor %} +