Skip to content

Commit

Permalink
Update remove-password.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Frooodle authored Feb 20, 2023
1 parent 340cbb9 commit 6135d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/security/remove-password.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="col-md-6">
<h2 th:text="#{removePassword.header}"></h2>

<form action="add-password" method="post" enctype="multipart/form-data">
<form action="remove-password" method="post" enctype="multipart/form-data">
<div class="form-group">
<label th:text="#{removePassword.selectText.1}"></label>
<div th:replace="~{fragments/common :: fileSelector(name='fileInput', multiple=false)}"></div>
Expand Down

0 comments on commit 6135d08

Please sign in to comment.