| 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 dfb2b3ad0cbaf2df2e64bc0bd1ddeec38b5d9d37..a46e8383257d93e7065b9b3d0f7ca1574f789805 100644
|
| --- a/ui/login/account_picker/user_pod_row.js
|
| +++ b/ui/login/account_picker/user_pod_row.js
|
| @@ -1325,7 +1325,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);
|
|
|