mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #482] [MERGED] feat: |UI| random fake name support MAX_ADDRESS_LEN #588
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#588
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/482
Author: @dreamhunter2333
Created: 11/14/2024
Status: ✅ Merged
Merged: 11/14/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
96f70f6feat: |UI| random fake name support MAX_ADDRESS_LEN📊 Changes
3 files changed (+6 additions, -2 deletions)
View changed files
📝
CHANGELOG.md(+1 -1)📝
frontend/src/views/common/Login.vue(+4 -0)📝
worker/src/constants.ts(+1 -1)📄 Description
User description
#480
PR Type
Enhancement, Bug fix
Description
Login.vueto ensure generated email names do not exceed themaxAddressLensetting.constants.tsto 'v0.8.0'.CHANGELOG.mdto reflect the new feature for limiting email name length.Changes walkthrough 📝
Login.vue
Ensure generated email names respect `maxAddressLen` settingfrontend/src/views/common/Login.vue
maxAddressLen.constants.ts
Update version to v0.8.0worker/src/constants.ts
CHANGELOG.md
Update changelog for version v0.8.0CHANGELOG.md
length.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.