Navigation

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

    PramodKRao

    @PramodKRao

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

    PramodKRao Unfollow Follow

    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