| Index: chrome/browser/resources/settings/people_page/password_prompt_dialog.html
|
| diff --git a/chrome/browser/resources/settings/people_page/password_prompt_dialog.html b/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
|
| index 0b83812b36d4a54a9598bf9cc1e70f4f6305953d..f7c1547b6950fa1e70f9370115ce9a6d211b47ad 100644
|
| --- a/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
|
| +++ b/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
|
| @@ -25,7 +25,7 @@
|
|
|
| <div class="settings-box first">$i18n{passwordPromptEnterPassword}</div>
|
|
|
| - <paper-input id="passwordInput" type="password" autofocus
|
| + <paper-input id="passwordInput" type="password"
|
| label="$i18n{passwordPromptPasswordLabel}"
|
| value="{{password_}}"
|
| invalid$="[[passwordInvalid_]]"
|
|
|