mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 14:25:50 +03:00
[GH-ISSUE #208] 获取新邮箱没显示 #64
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Zding89 on GitHub (May 7, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/208
【获取新邮箱】按钮没显示,但后端连入显示OK,前段能通过登录密码登录,且admin后台也能正常登录。
怎么调试原因错在哪里?
@dreamhunter2333 commented on GitHub (May 7, 2024):
默认不允许创建,需要配置文件中允许
https://temp-mail-docs.awsl.uk/zh/guide/cli/worker.html
@Zding89 commented on GitHub (May 8, 2024):
应该找到原因了,因为我是直接在网站上覆盖JS,然后添加变量更新,
ENABLE_AUTO_REPLY = "true" ENABLE_USER_CREATE_EMAIL = "true" ENABLE_USER_DELETE_EMAIL = "true"网站把true变文本了,保存也一直闪10013错误