Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Password input not hidden #26

Open
yarnball opened this issue Oct 28, 2016 · 1 comment
Open

Password input not hidden #26

yarnball opened this issue Oct 28, 2016 · 1 comment

Comments

@yarnball
Copy link

Hi,

Thanks for the great work with this. At the login page, it doesn't mask the password. I tried fixing in "src/components/LoginPage.js",

and changing it to:

  <TextInput
    name="password"
    label="Password"
    input-type="password"
    onChange={onChange}
    value={user.password}
    />

But that still showed the password in plain text. Is there a way to fix this?

Thanks

@m0ntelo
Copy link

m0ntelo commented Feb 7, 2017

Inserindo type="password" no HTML <input type="password">

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants