Skip to content

Commit 5333201

Browse files
authored
Merge pull request #7666 from TheThingsNetwork/fix/sensitive-show
Fix password field stays hidden irrespective of the hide/show button
2 parents 6ec00c0 + 7b9abd2 commit 5333201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/webui/account/views/login/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const Login = () => {
141141
title={sharedMessages.password}
142142
component={Input}
143143
name="password"
144-
type="password"
144+
type="text"
145145
sensitive
146146
required
147147
/>

0 commit comments

Comments
 (0)