Rayquaza01 / authenticator

Firefox addon that generates TOTPs for 2 factor authentication
https://addons.mozilla.org/en-US/firefox/addon/two-factor-authenticator/
MIT License
34 stars 7 forks source link

Popup is empty after extension update #22

Closed nebulade closed 5 years ago

nebulade commented 5 years ago

Bug Report

Please fill out this information:

What is happening?

Attempting to open the popup shows the following errors in the webinspector, while debugging the extension:

Error in Max1Truc's Crypt library ! crypt.js:47:3
<anonymous>
moz-extension://a21db65e-504b-4308-8e8a-91f18979ca15/crypt.js:47:3

This will result in an empty popup.

What are the steps to reproduce the bug?

Extension got updated. Click the toolbar icon. Popup is empty. In my case the recently added master password for encryption is an empty string, as suggested in the extension to disable encryption.

nebulade commented 5 years ago

Please let me know if and how I could debug this further or if I can provide more information on this.

nebulade commented 5 years ago

I digged further and it is actually a firefox issue, tried other extensions and the popup also does not show. So I'm closing this.