Initial commit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const OTP_VALID_MS = 5 * 60 * 1000
|
||||
const OTP_VALID_MS = 3 * 60 * 1000
|
||||
|
||||
const isOtpExpired = (user) => {
|
||||
if (!user?.otp) return true
|
||||
|
||||
Reference in New Issue
Block a user