From dbb805189fc02103f3f8351ac28cef86e93b15d0 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Mon, 14 Apr 2025 09:40:52 +0200 Subject: [PATCH] ui: keep spot log --- frontend/app/components/Login/Login.tsx | 1 + 1 file changed, 1 insertion(+) 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);