| Index: ui/login/account_picker/user_pod_row.js
|
| diff --git a/ui/login/account_picker/user_pod_row.js b/ui/login/account_picker/user_pod_row.js
|
| index a65254b35c75fd0c87805324cd953cb9bc53a187..c16606fb1bf816d8dbfa0ac17e7e50cdc482aeea 100644
|
| --- a/ui/login/account_picker/user_pod_row.js
|
| +++ b/ui/login/account_picker/user_pod_row.js
|
| @@ -1442,6 +1442,7 @@ cr.define('login', function() {
|
| this.passwordElement.value = '';
|
| if (this.pinKeyboard)
|
| this.pinKeyboard.value = '';
|
| + this.updateInput_();
|
| this.classList.toggle('signing-in', false);
|
| if (takeFocus) {
|
| if (!this.multiProfilesPolicyApplied)
|
|
|