mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[PR #771] [MERGED] fix: 修复自定义认证密码功能异常 #752
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#752
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?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/771
Author: @dreamhunter2333
Created: 11/23/2025
Status: ✅ Merged
Merged: 11/23/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (1)
0a0f5a4fix: 修复自定义认证密码功能异常的问题📊 Changes
3 files changed (+6 additions, -2 deletions)
View changed files
📝
CHANGELOG.md(+4 -0)📝
frontend/src/api/index.js(+1 -1)📝
worker/src/worker.ts(+1 -1)📄 Description
User description
Summary
修复自定义认证密码功能的两个关键问题:
/open_api/settings接口被认证拦截导致应用无法启动的问题Changes
openSettings.value.auth→openSettings.value.needAuth/open_api路径添加认证豁免,避免循环依赖Test Plan
/open_api/settings接口可正常访问🤖 Generated with Claude Code
PR Type
Bug fix
Description
Fixed incorrect property reference in frontend API handling.
Added authentication exemption for
/open_apipath in backend.Updated changelog with details of the fixes.
Changes walkthrough 📝
worker.ts
Add authentication exemption for `/open_api` pathworker/src/worker.ts
/open_apipath./open_api/settings.index.js
Fix incorrect property reference in frontend APIfrontend/src/api/index.js
openSettings.value.auth.openSettings.value.needAuthfor authentication check.CHANGELOG.md
Update changelog with v1.1.1 detailsCHANGELOG.md
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.