| 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 0027539c251c7c9d745b89b4aa20ee1039acd24a..ea227a3cdb62744e9bd22d376e35a40353cf015d 100644
|
| --- a/ui/login/account_picker/user_pod_row.js
|
| +++ b/ui/login/account_picker/user_pod_row.js
|
| @@ -1327,7 +1327,8 @@ cr.define('login', function() {
|
| if (!password)
|
| return false;
|
| Oobe.disableSigninUI();
|
| - chrome.send('authenticateUser', [this.user.username, password]);
|
| + chrome.send('authenticateUser', [this.user.username, password,
|
| + this.isPinShown()]);
|
| } else {
|
| console.error('Activating user pod with invalid authentication type: ' +
|
| this.authType);
|
|
|