diff --git a/src/layouts/Base/index.jsx b/src/layouts/Base/index.jsx index 2579b46d..ddf9e951 100644 --- a/src/layouts/Base/index.jsx +++ b/src/layouts/Base/index.jsx @@ -260,6 +260,7 @@ export class BaseLayout extends Component { render() { const { pathname } = this.props.location; const currentRoutes = this.getCurrentMenu(pathname); + console.log('hapened'); if (window.opener) { return ( -

You have authenticated successfully.

+

Connexion... Please wait !

); }