(endpoint, options = {})
| 11657 | statusEl.classList.remove('hidden'); |
| 11658 | return; |
| 11659 | } |
| 11660 | |
| 11661 | try { |
| 11662 | const result = await postAPI('/api/auth/change-password', { |
| 11663 | current_password: currentPw, |
| 11664 | new_password: newPw |
| 11665 | }); |
no test coverage detected