๐ | Two-factor Authentication (TFA) | The "skip step"/"skip and finish" button UX is confusing because the error "TFA setup canceled" is then shown when clicked
๐ฎ๐ณIndia Suryakumar1626
Instead of Removing the skip/cancel button, we can add condition in showing the message, if the save button is avaialble in the form object. This condition will satisfy and show a message, if we clicked cancelled while setup any of the TFA plugins else it wont show the message when clicking the cancel button.
๐ | Two Factor Authentication for Duo Security Universal | Automated Drupal 10 compatibility fixes
๐ฎ๐ณIndia Suryakumar1626
Suryakumar โ made their first commit to this issueโs fork.
๐ฎ๐ณIndia Suryakumar1626
Tested.Patch is working fine.
๐ | User Default Page | Deprecated function: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in user_default_page_user_login()
๐ฎ๐ณIndia Suryakumar1626
Added condition to check the null value.
๐ฎ๐ณIndia Suryakumar1626
Tested. Now the options are translatable. Working Fine.
๐ฎ๐ณIndia Suryakumar1626
Suryakumar โ made their first commit to this issueโs fork.