[PR #982] [MERGED] fix: username min length + fixed condition #1296

Closed
opened 2026-02-26 19:32:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/982
Author: @OmarMcAdam
Created: 3/1/2024
Status: Merged
Merged: 3/2/2024
Merged by: @Mythie

Base: mainHead: main


📝 Commits (4)

  • bfb1c65 remove debug logs
  • e5fe3d8 remove fixed true condition
  • 665ccd7 update username min characters
  • 00c3678 fix: why didn't prettier catch this

📊 Changes

2 files changed (+1 additions, -3 deletions)

View changed files

📝 apps/web/src/components/forms/v2/signup.tsx (+0 -2)
📝 packages/trpc/server/auth-router/router.ts (+1 -1)

📄 Description

fixed #981

url.length <= 6 >>> url.length < 6

also removed debug message from the form component


🔄 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/documenso/documenso/pull/982 **Author:** [@OmarMcAdam](https://github.com/OmarMcAdam) **Created:** 3/1/2024 **Status:** ✅ Merged **Merged:** 3/2/2024 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`bfb1c65`](https://github.com/documenso/documenso/commit/bfb1c65f988e5c1da92321dac0528e5c5910614d) remove debug logs - [`e5fe3d8`](https://github.com/documenso/documenso/commit/e5fe3d897d9704a2b0b43933ef2c156e2e7932d6) remove fixed true condition - [`665ccd7`](https://github.com/documenso/documenso/commit/665ccd7628220a347874bcb3cebd668f4b417ca1) update username min characters - [`00c3678`](https://github.com/documenso/documenso/commit/00c36782ff78b01681c3089f72f5e9abbab444c5) fix: why didn't prettier catch this ### 📊 Changes **2 files changed** (+1 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/components/forms/v2/signup.tsx` (+0 -2) 📝 `packages/trpc/server/auth-router/router.ts` (+1 -1) </details> ### 📄 Description fixed #981 `url.length <= 6` >>> `url.length < 6` also removed debug message from the form component --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:40 +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/documenso#1296
No description provided.