Skip to content

Commit

Permalink
feat: add "autocomplete" on password
Browse files Browse the repository at this point in the history
  • Loading branch information
tblivet committed Jun 6, 2024
1 parent 60d1e51 commit bbd04ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<label class="form-label" for="field-email">
{l s='Set your password:' d='Shop.Forms.Labels'}
</label>
<input type="password" class="form-control" data-validate="isPasswd" required name="password" value="">
<input type="password" class="form-control" data-validate="isPasswd" required name="password" value="" autocomplete="new-password">
</div>
<input type="hidden" name="submitTransformGuestToCustomer" value="1">
<button class="btn btn-primary" type="submit">{l s='Create account' d='Shop.Theme.Actions'}</button>
Expand Down

0 comments on commit bbd04ba

Please sign in to comment.