| 1 | const form = document.getElementById('form'); |
| 2 | const username = document.getElementById('username'); |
| 3 | const email = document.getElementById('email'); |
| 4 | const password = document.getElementById('password'); |
nothing calls this directly
no test coverage detected