Skip to content

Commit

Permalink
fix: PrestaShop#36249 - reset password page - updating cancel btn sel…
Browse files Browse the repository at this point in the history
…ector (css class mapping)
  • Loading branch information
mattgoud committed Jun 3, 2024
1 parent 49865b7 commit 23fd380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-dev/themes/new-theme/js/pages/login/login-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
loginForm: '#login_form',
forgotPasswordForm: '#forgot_password_form',
forgotPasswordLink: '#forgot-password-link',
cancelResetPasswordButton: '#reset_password_buttons_cancel',
cancelResetPasswordButton: '#request_password_reset_buttons_cancel',
passwordStrengthFeedbackContainer: '.password-strength-feedback',
resetNewPassword: '#reset_password_new_password_first',
resetNewPasswordConfirmation: '#reset_password_new_password_second',
Expand Down

0 comments on commit 23fd380

Please sign in to comment.