We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24394e6 + 880abb7 commit 4bb58feCopy full SHA for 4bb58fe
webui/src/js/views/discover-dialog.html
@@ -30,11 +30,12 @@
30
help.instruction="[[labelMapper('admin-url-help')]]"
31
required="true">
32
</oj-input-text>
33
- <oj-input-text label-hint="[[labelMapper('admin-user-label')]]"
+ <oj-input-password label-hint="[[labelMapper('admin-user-label')]]"
34
value="{{adminUser}}"
35
+ mask-icon="visible"
36
help.instruction="[[labelMapper('admin-user-help')]]"
37
- </oj-input-text>
38
+ </oj-input-password>
39
<oj-input-password label-hint="[[labelMapper('admin-password-label')]]"
40
value="{{adminPassword}}"
41
mask-icon="visible"
0 commit comments