Spaces:
Runtime error
Runtime error
File size: 123 Bytes
250ca07 |
1 2 3 4 5 |
import crypto from 'crypto';
export const generateResetToken = () => {
return crypto.randomBytes(20).toString('hex');
}; |