Spaces:
Runtime error
Runtime error
import crypto from 'crypto'; | |
export const generateResetToken = () => { | |
return crypto.randomBytes(20).toString('hex'); | |
}; |