# v1.33.2

## Changes

* Implemented a patch to ensure that "email\_password" is returned as the value of `typeOfLogin` in the `getUserInfo()` response when "email\_password" is provided as a parameter of the `loginProvider`.

### Background

* The Web3Auth library underwent an unexpected specification change, altering the `typeOfLogin` value returned from `getUserInfo()`. In PROD, it changed from "email\_password" to "startrail-auth0-email-password," and in staging, it changed to "startrail-auth0-staging."

### Impact

* Clients relying on Email Password and the `typeOfLogin` value in their system may be affected. The extent of the impact varies depending on the specific implementation in each application.
