Browse Source

Password input field: Remove autocomplete=off attribute (#976)

It doesn't make sense to specify both "autocomplete=off" and
"autocomplete=new-password".
Danilo Bargen 5 years ago
parent
commit
8c62fdddad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/partials/welcome.html

+ 1 - 1
src/partials/welcome.html

@@ -14,7 +14,7 @@
             <div class="password-entry">
                 <label>
                     <p translate id="aria-label-password-create">welcome.CHOOSE_PASSWORD</p>
-                    <form autocomplete="off">
+                    <form>
                         <md-input-container md-no-float class="md-block">
                             <input type="password"
                                    ng-model="ctrl.password"