This commit is contained in:
baha 2025-01-27 13:16:02 +00:00
parent ab446c643a
commit 65831c91d5

View File

@ -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>
);
}