You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue with the OTP autofill feature during user registration. When the OTP is sent, the code does not immediately appear on the keyboard for pasting. Users need to close and reopen their keyboard for the code to appear. This problem is specific to the registration page; the login and forgot password pages correctly add the OTP code to the keyboard as soon as the message is received.
I need the registration page to behave consistently with the login and forgot password pages, where the OTP code appears on the keyboard immediately upon receipt. Users should not have to close and reopen the keyboard for the code to display.
I have attached a video demonstrating this issue.
RPReplay_Final1717433898.mov
The text was updated successfully, but these errors were encountered:
@cooperlyt Thanks for updating the .ftl files to use autocomplete="one-time-code"
Unfortunately in my issue, I have already added the update to the .ftl pages for autocomplete="one-time-code" and this did not solve my problem.
Do you have any idea why this could be happening? The bug also only occurs on the registration page, Login and Forgot password show the OTP code as expected.
I am experiencing an issue with the OTP autofill feature during user registration. When the OTP is sent, the code does not immediately appear on the keyboard for pasting. Users need to close and reopen their keyboard for the code to appear. This problem is specific to the registration page; the login and forgot password pages correctly add the OTP code to the keyboard as soon as the message is received.
I need the registration page to behave consistently with the login and forgot password pages, where the OTP code appears on the keyboard immediately upon receipt. Users should not have to close and reopen the keyboard for the code to display.
I have attached a video demonstrating this issue.
RPReplay_Final1717433898.mov
The text was updated successfully, but these errors were encountered: