Skip to content

Commit

Permalink
Merge pull request #1935 from dpfaffenbauer/issues/request-password-r…
Browse files Browse the repository at this point in the history
…eset

[FrontendBundle] fix styling of reset-password-request submit button
  • Loading branch information
dpfaffenbauer authored Mar 24, 2022
2 parents c8076da + 82bb974 commit 508c84f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{{ form_rest(form) }}

<div class="form-control">
<button type="submit" class="btn btn-successs" {{ coreshop_test_html_attribute('request-password-reset-button') }}>
<button type="submit" class="btn btn-success" {{ coreshop_test_html_attribute('request-password-reset-button') }}>
{{ 'coreshop.ui.reset'|trans }}
</button>
</div>
Expand Down

0 comments on commit 508c84f

Please sign in to comment.