samples
samples copied to clipboard
Loading/Working indicator when resetting password is not rendered correctly
On the PasswordReset samples that require email verification, there is a <div class="working"> element that is supposed to display a loading/working indicator so the user knows to hold tight. On this particular screen, javascript inserted into the template attempts to make this element visible by making the element display: inline. This styling doesn't make the indicator visible as the element has no content.
Other policies appear to use different javascript which sets the element to display: block which has the desired effect. I assume display:inline was used in this case as an attempt to make the indicator appear to the right of the clicked button.
Sorry I couldn't find the non-obfuscated javascript inserted into these templates to point to the particular lines in question.