| 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 a260d039dc06bb2429fc4a1f45ed4d9b89959443..d890cc768033dc73acef40cc0489df4899438faf 100644
|
| --- a/ui/login/account_picker/user_pod_row.js
|
| +++ b/ui/login/account_picker/user_pod_row.js
|
| @@ -1326,7 +1326,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);
|
|
|