test
This commit is contained in:
parent
ab446c643a
commit
65831c91d5
@ -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 (
|
||||
<Modal
|
||||
@ -282,7 +283,7 @@ export class BaseLayout extends Component {
|
||||
padding: '20px',
|
||||
}}
|
||||
>
|
||||
<p>You have authenticated successfully.</p>
|
||||
<p>Connexion... Please wait !</p>
|
||||
</Modal>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user