mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Text type to password type input on profile sign-in page (#17345)
This commit is contained in:
3
.changelog/17345.txt
Normal file
3
.changelog/17345.txt
Normal file
@@ -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")}}
|
||||
|
||||
Reference in New Issue
Block a user