Changeset 0.20.0 (#85)
This commit is contained in:
@@ -981,6 +981,13 @@ Object.assign(UI, {
|
||||
const memAutoApprove = document.getElementById('adminMemoryAutoApprove');
|
||||
if (memAutoApprove) memAutoApprove.checked = !!memExtractionCfg.auto_approve;
|
||||
|
||||
// Email / SMTP config (v0.20.0 Phase 3)
|
||||
const notifCfg = getSetting('notifications', {}) || {};
|
||||
if (typeof NotifPrefs !== 'undefined') {
|
||||
NotifPrefs._loadAdminSmtp(notifCfg);
|
||||
NotifPrefs._initAdminSmtp();
|
||||
}
|
||||
|
||||
if (vaultEl) {
|
||||
try {
|
||||
const vault = await API.adminGetVaultStatus();
|
||||
|
||||
Reference in New Issue
Block a user