remove noop code

This commit is contained in:
Laura Hausmann 2023-10-09 18:51:23 +02:00
parent 88926ac162
commit b6c52750a3
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -8,10 +8,6 @@ async function ready() {
if (domain) document.getElementById('instance').value = domain;
if (domain && accessToken) {
// do something
}
const urlParams = new URLSearchParams(window.location.search);
const code = urlParams.get('code');