Continue refactor
This commit is contained in:
parent
496ce016e3
commit
e56be3c378
10 changed files with 38 additions and 34 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue