Skip to content
Snippets Groups Projects
Commit 7bd9904b authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch '6538-auto-check-dkim-active' into 'develop'

Enable DKIM when generating a Private-key #6538

See merge request !1766
parents 7b4d4433 7bb2a0f2
No related branches found
No related tags found
No related merge requests found
......@@ -169,6 +169,7 @@
$("#dkim_public").val(data.dkim_public);
$("#dkim_private").val(data.dkim_private);
$("#dns_record").val(dns);
$('#dkim').prop("checked", true);
});
};
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment