| Index: chrome/browser/resources/gaia_auth_host/authenticator.js
|
| diff --git a/chrome/browser/resources/gaia_auth_host/authenticator.js b/chrome/browser/resources/gaia_auth_host/authenticator.js
|
| index 55a24f76def03b64ded67f09c3da9dd0b3ff65ca..f050b069c5333d5b13b15a32e18445a93de27661 100644
|
| --- a/chrome/browser/resources/gaia_auth_host/authenticator.js
|
| +++ b/chrome/browser/resources/gaia_auth_host/authenticator.js
|
| @@ -662,7 +662,7 @@ cr.define('cr.login', function() {
|
| if (this.samlHandler_.scrapedPasswordCount == 1) {
|
| // If we scraped exactly one password, we complete the authentication
|
| // right away.
|
| - this.password = this.samlHandler_.firstScrapedPassword;
|
| + this.password_ = this.samlHandler_.firstScrapedPassword;
|
| this.onAuthCompleted_();
|
| return;
|
| }
|
|
|