Major Refactor: Refactor the codebase to improve readability and maintainability

This commit is contained in:
2026-06-21 23:38:49 -04:00
parent 9c4753cd1f
commit 801b0b97fc
46 changed files with 2378 additions and 2031 deletions

3
static/js/login.js Normal file
View File

@@ -0,0 +1,3 @@
document.addEventListener("DOMContentLoaded", function () {
window.formatHelpers.bindRutInput('#rutInput');
});