diff --git a/static/src/index.js b/static/src/index.js index c6d880e..d9e1316 100644 --- a/static/src/index.js +++ b/static/src/index.js @@ -63,6 +63,7 @@ export default class BaseComponent extends Component { window.removeEventListener('message', this.onAuthCallback); window.localStorage.setItem('token', data.data); this.checkAuth(); + this._oAuthPopup = null; } } onOAuthClick = provider => {