| 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 8648420665848628e9d2aeed8d0ea3f11b5b6000..80aa4b8837c939b1c6f6d863e565b137d5bddac4 100644
|
| --- a/chrome/browser/resources/gaia_auth_host/authenticator.js
|
| +++ b/chrome/browser/resources/gaia_auth_host/authenticator.js
|
| @@ -571,6 +571,7 @@ cr.define('cr.login', function() {
|
| deviceId: this.deviceId_ || ''
|
| }
|
| }));
|
| + this.clearCredentials_();
|
| };
|
|
|
| /**
|
|
|