Skip to content

Commit

Permalink
Text type to password type input on profile sign-in page
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed May 30, 2023
1 parent 087ac3a commit e1577ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/17345.txt
@@ -0,0 +1,3 @@
```release-note:improvement
ui: change token input type from text to password
```
2 changes: 1 addition & 1 deletion ui/app/templates/settings/tokens.hbs
Expand Up @@ -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")}}
Expand Down

0 comments on commit e1577ce

Please sign in to comment.