Fix. Password recovery page has standardized html through ide tool

This commit is contained in:
eoghan.conlon 2023-08-08 19:18:58 +01:00
parent 4915d83035
commit 6ac9c08148

View file

@ -53,7 +53,7 @@
} }
}).catch(() => { }).catch(() => {
document.getElementById('formStatus').innerHTML = "<span style='background-color: yellow; color: black'>Please try again</span>"; document.getElementById('formStatus').innerHTML = "<span style='background-color: yellow; color: black'>Please try again</span>";
}) });
} }
} }