| 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 3d14d363ccefe5c64b1e5238adc9a21fce7c8b77..b053cacee2be72fd2063edac63101eedd6f6be4a 100644
|
| --- a/ui/login/account_picker/screen_account_picker.js
|
| +++ b/ui/login/account_picker/screen_account_picker.js
|
| @@ -150,9 +150,9 @@ login.createScreen('AccountPickerScreen', 'account-picker', function() {
|
| error);
|
| return;
|
| }
|
| - // Show web authentication if this is not a locally managed user.
|
| + // Show web authentication if this is not a supervised user.
|
| if (loginAttempts > MAX_LOGIN_ATTEMPTS_IN_POD &&
|
| - !activatedPod.user.locallyManagedUser) {
|
| + !activatedPod.user.supervisedUser) {
|
| activatedPod.showSigninUI();
|
| } else {
|
| // We want bubble's arrow to point to the first letter of input.
|
|
|