소스 검색

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 년 전
부모
커밋
8c62fdddad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"