diff --git a/frontend/app/components/Login/Login.tsx b/frontend/app/components/Login/Login.tsx index 590353f99..540539dd8 100644 --- a/frontend/app/components/Login/Login.tsx +++ b/frontend/app/components/Login/Login.tsx @@ -56,6 +56,7 @@ function Login({ clearInterval(int); int = null; window.removeEventListener('message', onSpotMsg); + console.log('Spot extension is installed'); } }; window.addEventListener('message', onSpotMsg);