Cleanup obsolete tasks, simplify auth lock logic, increase test retry wait

- Remove completed Task 17 and 18 from Docs/tasks.md
- Remove ANIWORLD_TESTING bypass in _check_locked (testing env now uses test auth service)
- Remove redundant lock expiry cleanup (handled by _get_fail_record)
- Fix login.html whitespace formatting
- Increase setup retry wait from 6s to 45s for rate-limited CI environments
This commit is contained in:
2026-06-26 21:04:45 +02:00
parent 313bd1ebf3
commit d940460355
14 changed files with 13056 additions and 30 deletions

View File

@@ -302,9 +302,8 @@
});
// Form submission
const loginForm = document.getElementById('login-form');
const loginForm = document.getElementById('login-form');
const loginButton = document.getElementById('login-submit-btn');
const messageContainer = document.getElementById('message-container');
loginForm.addEventListener('submit', async (e) => {
e.preventDefault();