| Index: remoting/webapp/ui_mode.js
|
| diff --git a/remoting/webapp/ui_mode.js b/remoting/webapp/ui_mode.js
|
| index 6b1f1725aa6cd154847bb90fc4a7afee1e0e4cb3..e3b92a951713a74a28d9eda2496a110a5097b6e6 100644
|
| --- a/remoting/webapp/ui_mode.js
|
| +++ b/remoting/webapp/ui_mode.js
|
| @@ -31,6 +31,7 @@ remoting.AppMode = {
|
| CLIENT: 'home.client',
|
| CLIENT_UNCONNECTED: 'home.client.unconnected',
|
| CLIENT_PIN_PROMPT: 'home.client.pin-prompt',
|
| + CLIENT_THIRD_PARTY_AUTH: 'home.client.third-party-auth',
|
| CLIENT_CONNECTING: 'home.client.connecting',
|
| CLIENT_CONNECT_FAILED_IT2ME: 'home.client.connect-failed.it2me',
|
| CLIENT_CONNECT_FAILED_ME2ME: 'home.client.connect-failed.me2me',
|
|
|