Index: ui/login/account_picker/screen_account_picker.js |
diff --git a/ui/login/account_picker/screen_account_picker.js b/ui/login/account_picker/screen_account_picker.js |
index 198888fab8786fbf496e4d6769d9fedd55c0519a..e30736d24e556beb2dfebed5834280c93b46f3ea 100644 |
--- a/ui/login/account_picker/screen_account_picker.js |
+++ b/ui/login/account_picker/screen_account_picker.js |
@@ -177,6 +177,8 @@ login.createScreen('AccountPickerScreen', 'account-picker', function() { |
chrome.send('firstIncorrectPasswordAttempt', |
[activatedPod.user.emailAddress]); |
} |
+ // Update the pod row display if incorrect password. |
+ $('pod-row').setFocusedPodErrorDisplay(true); |
// We want bubble's arrow to point to the first letter of input. |
/** @const */ var BUBBLE_OFFSET = 7; |
/** @const */ var BUBBLE_PADDING = 4; |