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 d14bb17465a6270b0efb3f7f50bba68943c5bf65..73980006431de6591c3d3307009d9c34c867aa36 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); |