JCKalt / General-Work

Modeling database
0 stars 0 forks source link

pgui: Eyeball controls for forget pw and create account #197

Closed JCKalt closed 5 months ago

JCKalt commented 5 months ago

src/pages/login.js has a showPassword status that uses an svg drawing of an eyeball that has a toggle for a hash through it. Need to lift out the logic for it and add it to the create account (signup.js) and forgot password modules (reset-password.js),

JCKalt commented 5 months ago

it turns out that we already have this feature in the create account module however it is not well shared. So the first step should be to improve the sharing of this feature between login.js and signup.js and then integrate it's usage into the reset-password module (note that this screen has two inputs for password: password as well as a confirm input.