| Index: appengine/swarming/elements/res/imp/common/auth-signin.html
|
| diff --git a/appengine/swarming/elements/res/imp/common/auth-signin.html b/appengine/swarming/elements/res/imp/common/auth-signin.html
|
| index 10a5f08199dc4444c8a5a1352b00c6fe95901235..2f9747ff92df8247538006f6d7056b5dc8e5bb70 100644
|
| --- a/appengine/swarming/elements/res/imp/common/auth-signin.html
|
| +++ b/appengine/swarming/elements/res/imp/common/auth-signin.html
|
| @@ -89,7 +89,8 @@
|
| signedIn: {
|
| type: Boolean,
|
| readOnly: true,
|
| - value: false
|
| + value: false,
|
| + notify: true,
|
| }
|
| },
|
|
|
| @@ -102,6 +103,7 @@
|
| imageUrl: profile.getImageUrl()
|
| });
|
| this.set("authResponse", user.getAuthResponse());
|
| + this._setSignedIn(true);
|
| this.fire("auth-signin");
|
| },
|
|
|
|
|