Browse Source

Added 'Auto updated hosted version': Fixed #35

dependabot/npm_and_yarn/web/prismjs-1.21.0
Max Schmitt 8 years ago
parent
commit
991a2c28cc
  1. 1
      static/src/index.js

1
static/src/index.js

@ -63,6 +63,7 @@ export default class BaseComponent extends Component {
window.removeEventListener('message', this.onAuthCallback); window.removeEventListener('message', this.onAuthCallback);
window.localStorage.setItem('token', data.data); window.localStorage.setItem('token', data.data);
this.checkAuth(); this.checkAuth();
this._oAuthPopup = null;
} }
} }
onOAuthClick = provider => { onOAuthClick = provider => {

Loading…
Cancel
Save