| 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 5d78fdc673dbcba8a2dcce7018f6c81bef8de759..14652466d3eac6f0002b34d7a67d66b8b1aacddf 100644
|
| --- a/ui/login/account_picker/screen_account_picker.js
|
| +++ b/ui/login/account_picker/screen_account_picker.js
|
| @@ -216,13 +216,13 @@ login.createScreen('AccountPickerScreen', 'account-picker', function() {
|
| * @param {boolean} showGuest Whether to show guest session button.
|
| */
|
| loadUsers: function(users, showGuest) {
|
| - this.loadPinKeyboardIfNeeded_(users);
|
| -
|
| $('pod-row').loadPods(users);
|
| $('login-header-bar').showGuestButton = showGuest;
|
| // On Desktop, #login-header-bar has a shadow if there are 8+ profiles.
|
| if (Oobe.getInstance().displayType == DISPLAY_TYPE.DESKTOP_USER_MANAGER)
|
| $('login-header-bar').classList.toggle('shadow', users.length > 8);
|
| +
|
| + this.loadPinKeyboardIfNeeded_(users);
|
| },
|
|
|
| /**
|
|
|