rtfeldman / elm-spa-example

A Single Page Application written in Elm
https://dev.to/rtfeldman/tour-of-an-open-source-elm-spa
MIT License
3.28k stars 530 forks source link

Filling in login page's password & then navigating to signup page will reveal typed-in password #44

Open EverybodyKurts opened 6 years ago

EverybodyKurts commented 6 years ago
  1. Go to the login page
  2. Type in your super secret password (e.g. mysupersecretpassword).
  3. Click the signup page. Your password is revealed.
martinbryant commented 5 years ago

I think the issue must have been resolved. Request to close