Text type to password type input on profile sign-in page (#17345)
This commit is contained in:
parent
038d53c58f
commit
52772ab0c0
|
@ -0,0 +1,3 @@
|
|||
```release-note:improvement
|
||||
ui: change token input type from text to password
|
||||
```
|
|
@ -112,7 +112,7 @@
|
|||
<Input
|
||||
id="token-input"
|
||||
class="input"
|
||||
@type="text"
|
||||
@type="password"
|
||||
placeholder="{{if this.hasJWTAuthMethods "36-character token secret or JWT" "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"}}"
|
||||
{{autofocus}}
|
||||
{{on "input" (action (mut this.secret) value="target.value")}}
|
||||
|
|
Loading…
Reference in New Issue