mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-06-20 23:04:20 +08:00
feat: add s3 attachment (#291)
This commit is contained in:
@@ -71,6 +71,7 @@ const getOpenSettings = async (message) => {
|
||||
copyright: res["copyright"] || openSettings.value.copyright,
|
||||
cfTurnstileSiteKey: res["cfTurnstileSiteKey"] || "",
|
||||
enableWebhook: res["enableWebhook"] || false,
|
||||
isS3Enabled: res["isS3Enabled"] || false,
|
||||
});
|
||||
if (openSettings.value.needAuth) {
|
||||
showAuth.value = true;
|
||||
|
||||
Reference in New Issue
Block a user