ui: keep spot log

This commit is contained in:
nick-delirium 2025-04-14 09:40:52 +02:00 committed by Delirium
parent e32dbe2ee2
commit dbb805189f

View file

@ -56,6 +56,7 @@ function Login({
clearInterval(int);
int = null;
window.removeEventListener('message', onSpotMsg);
console.log('Spot extension is installed');
}
};
window.addEventListener('message', onSpotMsg);