mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-16 22:17:37 +08:00
feat: add ENABLE_USER_DELETE_EMAIL && ENABLE_AUTO_REPLY && modify fetchAddressError i18n && UI: show autoRefreshInterval (#169)
This commit is contained in:
@@ -59,6 +59,8 @@ const getOpenSettings = async (message) => {
|
||||
}
|
||||
}),
|
||||
adminContact: res["adminContact"] || "",
|
||||
enableUserDeleteEmail: res["enableUserDeleteEmail"] || false,
|
||||
enableAutoReply: res["enableAutoReply"] || false,
|
||||
};
|
||||
if (openSettings.value.needAuth) {
|
||||
showAuth.value = true;
|
||||
|
||||
Reference in New Issue
Block a user