Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 4ea00b0

Browse files
derBroBrojcrowthe
authored andcommitted
Hotfix/hide token (#45)
* add ability for using tokens * hide token * remove changes from the other PR
1 parent 406927f commit 4ea00b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/elements/login-form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
</div>
147147
<div>
148148
<iron-a11y-keys target="[[targettoken]]" keys="enter" on-keys-pressed="_login"></iron-a11y-keys>
149-
<paper-input id="tokenfield" value="{{token}}" label="Token" disabled="{{loading}}"></paper-input>
149+
<paper-input id="tokenfield" value="{{token}}" label="Token" type="password" disabled="{{loading}}"></paper-input>
150150
</div>
151151
<div>
152152
<iron-a11y-keys target="[[targetuser]]" keys="enter" on-keys-pressed="_login"></iron-a11y-keys>

0 commit comments

Comments
 (0)