Skip to content

Commit 01cf59b

Browse files
committed
Fix change password modal not opening with AJAX request
- Fixes #18248 - Closes #18272 - Closes #18274 - Closes #18307 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 8dbad89 commit 01cf59b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

templates/header.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,4 @@
5858
{{ include('modals/preview_sql_modal.twig') }}
5959
{{ include('modals/enum_set_editor.twig') }}
6060
{{ include('modals/create_view.twig') }}
61-
{{ include('modals/change_password.twig') }}
6261
{%- endif -%}

templates/home/index.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<a href="{{ url('/user-password') }}" id="change_password_anchor" class="ajax">
4646
{{ get_icon('s_passwd', 'Change password'|trans, true) }}
4747
</a>
48+
{{ include('modals/change_password.twig') }}
4849
</li>
4950
{% endif %}
5051

0 commit comments

Comments
 (0)