This commit is contained in:
Jan Prochazka
2024-10-21 13:07:29 +02:00
parent 3fdf27f820
commit aee3a28465
3 changed files with 80 additions and 91 deletions

View File

@@ -10,11 +10,6 @@
const params = new URLSearchParams(location.search);
const error = params.get('error');
onMount(() => {
const removed = document.getElementById('starting_dbgate_zero');
if (removed) removed.remove();
});
</script>
<SpecialPageLayout>