Authenticator-Extension / Authenticator

Authenticator generates 2-Step Verification codes in your browser.
https://authenticator.cc
MIT License
3.42k stars 798 forks source link

i want to know why do not same totp code ? #1326

Open naynaingoo2003 opened 1 month ago

naynaingoo2003 commented 1 month ago

Describe the issue

Screenshot 2024-10-15 164331

i use otplib 's window.otplib.totp.generate('') function to get otp code , but it is not same with your auth, what is your default vale of totp algorithm .

Extension 's totp code is right window.otplib.totp.generate('') function 's totp code is false

thanks.

Browser

Chrome

Browser Version

128.0.6613.86

Extension Version

8.0.1

naynaingoo2003 commented 1 month ago

it is not wrong from you end. it is from my side . may i know solution , thanks you so much @Sneezry

naynaingoo2003 commented 1 month ago

i got it i change function to window.otplib.authenticator.generate('')

thanks