| Index: chrome/browser/resources/login/screen_account_picker.js
|
| diff --git a/chrome/browser/resources/login/screen_account_picker.js b/chrome/browser/resources/login/screen_account_picker.js
|
| index 71b7a207ee16fc3ffada20ea9255201dce823f92..46cca4109135d139f54dbaa2ea7ab7d248997884 100644
|
| --- a/chrome/browser/resources/login/screen_account_picker.js
|
| +++ b/chrome/browser/resources/login/screen_account_picker.js
|
| @@ -149,9 +149,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.
|
|
|