enter: footer "Reset your password" link no-oped (#/reset vs #reset) #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "reset-link-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Nikola's find on the live sign-in screen: the footer "Trouble signing in? Reset your password" link did nothing. Cause: it linked
#/reset(account.html's slashed router convention) while enter.html's VIEWS router reads unslashed hashes —current()saw "/reset", fell back to signin. One-attribute fix to#reset; the page's existing hashchange listener does the rest, landing on the same view as the working Forgot-password button.