| Index: chrome/browser/resources/chromeos/login/screen_error_message.js
|
| diff --git a/chrome/browser/resources/chromeos/login/screen_error_message.js b/chrome/browser/resources/chromeos/login/screen_error_message.js
|
| index 33863765bb612c3f0a6ae3f0fbc54f9c4f54c10a..8a1072933ff6e4e5f424fe00048b4b57f87830d3 100644
|
| --- a/chrome/browser/resources/chromeos/login/screen_error_message.js
|
| +++ b/chrome/browser/resources/chromeos/login/screen_error_message.js
|
| @@ -23,7 +23,8 @@ cr.define('login', function() {
|
| /** @const */ var UI_STATES = [
|
| ERROR_SCREEN_UI_STATE.UNKNOWN,
|
| ERROR_SCREEN_UI_STATE.UPDATE,
|
| - ERROR_SCREEN_UI_STATE.SIGNIN
|
| + ERROR_SCREEN_UI_STATE.SIGNIN,
|
| + ERROR_SCREEN_UI_STATE.MANAGED_USER_CREATION_FLOW
|
| ];
|
|
|
| // Possible error states of the screen.
|
|
|