solonode
solonode
Creating a new git instance for the project should fix the problem too. `git init` `git add .` `git commit -m "first commit"` Run the build command again
Facing the same issue, tokenValidates returns false before the 30 secs span
I added { step: 600, window: 5 } // equiv to 5 mins ``` let tokenValidates = speakeasy.totp.verify({ secret: SECRET.base32, encoding: "base32", token: otp, window: 5, step: 600 }) ```