Deskripsi: - Create validasi - Create register - create global prisma, color tune,dan global state
4 lines
118 B
TypeScript
4 lines
118 B
TypeScript
export function randomOTP(){
|
|
const random = Math.floor(Math.random() * (9000 - 1000 )) + 1000
|
|
return random;
|
|
} |