Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 6e52f35

Browse files
committed
hide smtp password
1 parent 0717983 commit 6e52f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/templates/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ <h3 class="padding15 margin0 fontWeight500"><%= polyglot.t('SMTPNotifications')
13571357
<div class="flexCol-9 borderRight0 custCol-border">
13581358
<input name="smtp_password"
13591359
id="smtpPassword"
1360-
type="text"
1360+
type="password"
13611361
class="fieldItem"
13621362
value="<%= ob.user.smtp_password %>">
13631363
</div>

0 commit comments

Comments
 (0)