-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OTP Code Input #1985
Comments
Thanks for the suggestion, we should have discuss about it first to avoid unnecessary work 😅 In my opinion, your implementation not embracing the chat paradigm. This kind of input's job should only be to capture a code, nothing else. Any other logic should be made in the typebot flow after that. I would also rename it to a more agnostic name: |
The reason for the additional integration is to be able to re-request a pin if they dont receive one the first time. I’d be happy to solve this a different way if you have ideas. Right now, without a way to either call an API to request a new PIN or have a way to ‘jump’ back to a block that handles that integration the user could get stuck
Get Outlook for iOS
From: Baptiste Arnaud ***@***.***>Sent: Monday, February 3, 2025 9:39 AMTo: baptisteArno/typebot.io ***@***.***>Cc: John Walsh ***@***.***>; Author ***@***.***>Subject: Re: [baptisteArno/typebot.io] OTP Code Input (Issue #1985)
Thanks for the suggestion, we should have discuss about it first to avoid unnecessary work 😅
In my opinion, your implementation not embracing the chat paradigm. This kind of input's job should only be to capture a code, nothing else. Any other logic should be made in the typebot flow after that.
I would also rename it to a more agnostic name: Pin. And I'd recommend using the accessible corresponding input provided by Ark UI: https://ark-ui.com/react/docs/components/pin-input.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
Get Outlook for iOS
|
Is your feature request related to a problem? Please describe.
Add an OTP code input that allows a user to request and verify an OTP code
Describe the solution you'd like
Describe alternatives you've considered
Embedding a third party OTP screen is less useful.
The text was updated successfully, but these errors were encountered: