twofas / 2fas-browser-extension

Source code for 2FAS Browser Extension
https://2fas.com/browser-extension
GNU General Public License v3.0
247 stars 36 forks source link

fix: add passwordSelectors for IBM Cloud 2FA #57

Closed austin0 closed 6 months ago

austin0 commented 6 months ago

The IBM Cloud 2FA page uses a password type that prevents the extension from using the field to trigger a 2FA request.

Currently the extension throws a warningSelectInputTitle whenever you attempt to trigger it.

Link: https://cloud.ibm.com/login

Element:

<input class="bx--text-input" id="otp" type="password" pattern="[0-9]*" inputmode="numeric" maxlength="6" size="15" name="otp">

Screenshot 2024-02-26 at 17 14 52

GrzegorzZajac000 commented 6 months ago

Merged. Will be available in 1.6.3 ;)