Fix login not working

This commit is contained in:
Mawoka
2025-10-26 12:48:03 +01:00
parent 7d9699541e
commit 96c4a59fb9
@@ -16,7 +16,7 @@ SPDX-License-Identifier: MPL-2.0
} }
}; };
$effect(() => { $effect.pre(() => {
set_available_methods(step); set_available_methods(step);
}); });
</script> </script>