From 65831c91d5f0a11d2af359ce664d245e7306efae Mon Sep 17 00:00:00 2001 From: baha Date: Mon, 27 Jan 2025 13:16:02 +0000 Subject: [PATCH] test --- src/layouts/Base/index.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 !

); }