[PR #200] [MERGED] feat: add CF Turnstile when new address #448

Closed
opened 2026-02-26 21:31:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/200
Author: @dreamhunter2333
Created: 5/4/2024
Status: Merged
Merged: 5/4/2024
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

  • a075bc7 feat: add CF Turnstile when new address

📊 Changes

14 files changed (+154 additions, -17 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 frontend/index.html (+1 -0)
📝 frontend/src/api/index.js (+1 -0)
frontend/src/components/Turnstile.vue (+88 -0)
📝 frontend/src/store/index.js (+2 -2)
📝 frontend/src/views/Login.vue (+14 -6)
📝 frontend/src/views/admin/AccountSettings.vue (+1 -1)
📝 frontend/src/views/admin/Maintenance.vue (+1 -1)
📝 frontend/src/views/admin/Statistics.vue (+4 -4)
📝 vitepress-docs/docs/en/cli.md (+3 -0)
📝 vitepress-docs/docs/zh/guide/cli/worker.md (+3 -0)
📝 worker/src/router.js (+11 -3)
📝 worker/src/utils.js (+21 -0)
📝 worker/wrangler.toml.template (+3 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dreamhunter2333/cloudflare_temp_email/pull/200 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 5/4/2024 **Status:** ✅ Merged **Merged:** 5/4/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`a075bc7`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/a075bc7bc5676676a1ce5a325d4f86111bd0d329) feat: add CF Turnstile when new address ### 📊 Changes **14 files changed** (+154 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `frontend/index.html` (+1 -0) 📝 `frontend/src/api/index.js` (+1 -0) ➕ `frontend/src/components/Turnstile.vue` (+88 -0) 📝 `frontend/src/store/index.js` (+2 -2) 📝 `frontend/src/views/Login.vue` (+14 -6) 📝 `frontend/src/views/admin/AccountSettings.vue` (+1 -1) 📝 `frontend/src/views/admin/Maintenance.vue` (+1 -1) 📝 `frontend/src/views/admin/Statistics.vue` (+4 -4) 📝 `vitepress-docs/docs/en/cli.md` (+3 -0) 📝 `vitepress-docs/docs/zh/guide/cli/worker.md` (+3 -0) 📝 `worker/src/router.js` (+11 -3) 📝 `worker/src/utils.js` (+21 -0) 📝 `worker/wrangler.toml.template` (+3 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:31:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudflare_temp_email#448
No description provided.