Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. PramodKRao
    P
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    PramodKRao

    @PramodKRao

    0
    Reputation
    3
    Posts
    2
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    PramodKRao Follow

    Best posts made by PramodKRao

    This user hasn't posted anything yet.

    Latest posts made by PramodKRao

    • RE: Invalid totp

      @hemil-quarec same problem

      posted in Bugs
      P
      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

      posted in Bugs
      P
      PramodKRao
    • 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

      posted in Bugs
      P
      PramodKRao