Skip to content

Commit 4bb58fe

Browse files
Merge pull request #31 from oracle/online-discover-username-masking
masking the username in online discover dialog
2 parents 24394e6 + 880abb7 commit 4bb58fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

webui/src/js/views/discover-dialog.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@
3030
help.instruction="[[labelMapper('admin-url-help')]]"
3131
required="true">
3232
</oj-input-text>
33-
<oj-input-text label-hint="[[labelMapper('admin-user-label')]]"
33+
<oj-input-password label-hint="[[labelMapper('admin-user-label')]]"
3434
value="{{adminUser}}"
35+
mask-icon="visible"
3536
help.instruction="[[labelMapper('admin-user-help')]]"
3637
required="true">
37-
</oj-input-text>
38+
</oj-input-password>
3839
<oj-input-password label-hint="[[labelMapper('admin-password-label')]]"
3940
value="{{adminPassword}}"
4041
mask-icon="visible"

0 commit comments

Comments
 (0)