mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[PR #406] [MERGED] fix: DISABLE_ADMIN_PASSWORD_CHECK still show admin password modal #562
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#562
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/406
Author: @dreamhunter2333
Created: 8/14/2024
Status: ✅ Merged
Merged: 8/14/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
8a9a7fcfix: DISABLE_ADMIN_PASSWORD_CHECK still show admin password modal📊 Changes
9 files changed (+1635 additions, -1598 deletions)
View changed files
📝
frontend/package.json(+13 -13)📝
frontend/pnpm-lock.yaml(+1014 -1017)📝
frontend/src/api/index.js(+3 -0)📝
frontend/src/store/index.js(+6 -1)📝
vitepress-docs/docs/zh/guide/quick-start.md(+23 -0)📝
vitepress-docs/docs/zh/guide/ui/worker.md(+4 -1)📝
worker/package.json(+9 -9)📝
worker/pnpm-lock.yaml(+562 -557)📝
worker/src/commom_api.ts(+1 -0)📄 Description
User description
#390
PR Type
Bug fix, Enhancement, Documentation
Description
disableAdminPasswordCheckto the settings response in the backend.disableAdminPasswordCheck.Changes walkthrough 📝
2 files
commom_api.ts
Add `disableAdminPasswordCheck` to settings responseworker/src/commom_api.ts
disableAdminPasswordCheckto the settings response.index.js
Update global state and admin page visibility logicfrontend/src/store/index.js
disableAdminPasswordCheckto global state.showAdminPagecomputed property to considerdisableAdminPasswordCheck.1 files
index.js
Add error handling for missing domains in settings responsefrontend/src/api/index.js
2 files
package.json
Update frontend dependenciesfrontend/package.json
package.json
Update worker dependenciesworker/package.json
2 files
quick-start.md
Add upgrade process documentationvitepress-docs/docs/zh/guide/quick-start.md
worker.md
Add note about string format for variablesvitepress-docs/docs/zh/guide/ui/worker.md
2 files
pnpm-lock.yaml
...frontend/pnpm-lock.yaml
...
pnpm-lock.yaml
...worker/pnpm-lock.yaml
...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.