[PR #936] [MERGED] feat: pin input component #1262

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/936
Author: @ephraimduncan
Created: 2/15/2024
Status: Merged
Merged: 5/24/2024
Merged by: @Mythie

Base: mainHead: 2fa-input


📝 Commits (7)

  • 897f0da feat: 2fa pin input component
  • 345c4b8 feat: use pin-input on sign in
  • 94eee8b chore: change font family
  • 918e9dd chore: use token input on enable 2fa
  • aadb22c fix: use shadcn pin input and revert changes
  • 0985206 Merge branch 'main' into 2fa-input
  • 9cb80aa chore: add pin input to all 2FA components

📊 Changes

9 files changed (+143 additions, -10 deletions)

View changed files

📝 apps/web/package.json (+1 -0)
📝 apps/web/src/app/(signing)/sign/[token]/document-action-auth-2fa.tsx (+10 -2)
📝 apps/web/src/components/forms/2fa/disable-authenticator-app-dialog.tsx (+10 -2)
📝 apps/web/src/components/forms/2fa/enable-authenticator-app-dialog.tsx (+10 -2)
📝 apps/web/src/components/forms/2fa/view-recovery-codes-dialog.tsx (+10 -2)
📝 apps/web/src/components/forms/signin.tsx (+11 -2)
📝 package-lock.json (+10 -0)
📝 packages/tailwind-config/index.cjs (+5 -0)
packages/ui/primitives/pin-input.tsx (+76 -0)

📄 Description

https://github.com/documenso/documenso/assets/55143799/fa3d14d6-59e6-4984-9287-7375198fcea0


🔄 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/936 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 2/15/2024 **Status:** ✅ Merged **Merged:** 5/24/2024 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `2fa-input` --- ### 📝 Commits (7) - [`897f0da`](https://github.com/documenso/documenso/commit/897f0dabdefeebedb93f0a32be500d22d8c1fde0) feat: 2fa pin input component - [`345c4b8`](https://github.com/documenso/documenso/commit/345c4b8b147d418fb087d093d621b3935951d881) feat: use pin-input on sign in - [`94eee8b`](https://github.com/documenso/documenso/commit/94eee8b913b027cec90429123876c825283252ef) chore: change font family - [`918e9dd`](https://github.com/documenso/documenso/commit/918e9ddc0b1ee0b03a7285d757d53e216c2f92df) chore: use token input on enable 2fa - [`aadb22c`](https://github.com/documenso/documenso/commit/aadb22cdbfcfddb4da3778e74429abd9c29f2522) fix: use shadcn pin input and revert changes - [`0985206`](https://github.com/documenso/documenso/commit/0985206088bbb96c72aa3d1a78d06a1608c1fdd1) Merge branch 'main' into 2fa-input - [`9cb80aa`](https://github.com/documenso/documenso/commit/9cb80aa0bc30790eb84796375f568d7f5d7f44b2) chore: add pin input to all 2FA components ### 📊 Changes **9 files changed** (+143 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/package.json` (+1 -0) 📝 `apps/web/src/app/(signing)/sign/[token]/document-action-auth-2fa.tsx` (+10 -2) 📝 `apps/web/src/components/forms/2fa/disable-authenticator-app-dialog.tsx` (+10 -2) 📝 `apps/web/src/components/forms/2fa/enable-authenticator-app-dialog.tsx` (+10 -2) 📝 `apps/web/src/components/forms/2fa/view-recovery-codes-dialog.tsx` (+10 -2) 📝 `apps/web/src/components/forms/signin.tsx` (+11 -2) 📝 `package-lock.json` (+10 -0) 📝 `packages/tailwind-config/index.cjs` (+5 -0) ➕ `packages/ui/primitives/pin-input.tsx` (+76 -0) </details> ### 📄 Description https://github.com/documenso/documenso/assets/55143799/fa3d14d6-59e6-4984-9287-7375198fcea0 --- <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:31 +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#1262
No description provided.