test
This commit is contained in:
parent
ab446c643a
commit
65831c91d5
@ -260,6 +260,7 @@ export class BaseLayout extends Component {
|
|||||||
render() {
|
render() {
|
||||||
const { pathname } = this.props.location;
|
const { pathname } = this.props.location;
|
||||||
const currentRoutes = this.getCurrentMenu(pathname);
|
const currentRoutes = this.getCurrentMenu(pathname);
|
||||||
|
console.log('hapened');
|
||||||
if (window.opener) {
|
if (window.opener) {
|
||||||
return (
|
return (
|
||||||
<Modal
|
<Modal
|
||||||
@ -282,7 +283,7 @@ export class BaseLayout extends Component {
|
|||||||
padding: '20px',
|
padding: '20px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<p>You have authenticated successfully.</p>
|
<p>Connexion... Please wait !</p>
|
||||||
</Modal>
|
</Modal>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user