mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #418] [MERGED] fix: UI admin page show modal when no need password #570
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#570
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/418
Author: @dreamhunter2333
Created: 8/17/2024
Status: ✅ Merged
Merged: 8/17/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
2a77547fix: UI admin page show modal when no need password📊 Changes
3 files changed (+4 additions, -3 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
frontend/src/views/Admin.vue(+2 -2)📝
frontend/src/views/admin/Account.vue(+1 -1)📄 Description
PR Type
Bug fix, Documentation
Description
Admin.vueto ensure it is executed before checking theshowAdminPagecondition.showAdminAuthimport inAccount.vue.CHANGELOG.mdto include an entry for the admin page password prompt fix.Changes walkthrough 📝
Admin.vue
Fix user ID fetch logic in Admin pagefrontend/src/views/Admin.vue
checking the
showAdminPagecondition.Account.vue
Remove unused `showAdminAuth` import in Account pagefrontend/src/views/admin/Account.vue
showAdminAuthimport as it is no longer used.CHANGELOG.md
Update changelog for admin page password prompt fixCHANGELOG.md
issue.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.