Continue refactor
All checks were successful
/ build (push) Successful in 6s
/ test (push) Successful in 5s

This commit is contained in:
phil 2025-02-10 14:14:32 +01:00
parent 496ce016e3
commit e56be3c378
10 changed files with 38 additions and 34 deletions

View file

@ -51,7 +51,7 @@
{% endif %}
{% if auth_provider.account_url_template %}
<button
onclick="location.href='{{ auth_provider.get_account_url(request, user) }}'"
onclick="location.href='{{ auth_provider.get_account_url(request, user.model_dump()) }}'"
class="account">
Account management
</button>