@hemil-quarec same problem
P
Posts made by PramodKRao
-
RE: Invalid totp
import { totp } from 'otplib'; const generateTOTP = () => { const totpCode = totp.generate("HPM2L5H2NN4REGW36VDUK6BTIU"); return totpCode; }
this is my code this always gives me inval totp
-
RE: Invalid totp
import { totp } from 'otplib'; const generateTOTP = () => { const totpCode = totp.generate("XXXXXXXXXX"); return totpCode; }
this is my code and it always gives me Invalid TOTP