Join Discord
Powered by
https://supertokens.com/docs/passwordless/common-c...
# general
k
krrishan
02/27/2024, 7:48 AM
https://supertokens.com/docs/passwordless/common-customizations/sign-in-and-up/change-otp-format#:~:text=By%20default%2C%20the%20generated%20OTP,by%20providing%20the%20getCustomUserInputCode%20function
. I am checking this documentation Could not find how to change length of otp from 6 to 4
r
rp_st
02/27/2024, 7:55 AM
just return an otp that has 6 chars.
k
krrishan
02/27/2024, 11:23 AM
I want 4 digit otp but
r
rp_st
02/27/2024, 12:56 PM
thenh return otp of length 4 from the func
Previous
Next