Skip to content

Commit 5db35fb

Browse files
abhinavk96niranjan94
authored andcommitted
fix: Admin wizard: Persist smtp encryption settings
1 parent e63c33c commit 5db35fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/components/forms/admin/settings/system/mail-settings.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
</div>
4242
<div class="less padding field">
4343
<label>{{t 'Encryption'}}</label>
44-
{{#ui-dropdown class='fluid selection' }}
45-
{{input type='hidden' id='encryption_select'}}
44+
{{#ui-dropdown class='fluid selection' selected=settings.smtpEncryption}}
45+
{{input type='hidden' id='encryption_select' value=settings.smtpEncryption}}
4646
<div class="default text">
4747
{{t 'Choose Encryption type'}}
4848
</div>

0 commit comments

Comments
 (0)