You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, this needs to be a breaking change because we do not know if a user has overrided signInUpPOST or not at the time of using it. If instead, they have overrided one of the three functions it is split into, we need to use those and not signInUpPOST. Therefore, it seems that the only way out is to remove this function entirely - which makes this a breaking change.
The text was updated successfully, but these errors were encountered:
rishabhpoddar
changed the title
Separate out tpep signInUpPOST into three API interfaces that match the API spec
[BREAKING CHANGE]: Separate out tpep signInUpPOST into three API interfaces that match the API spec
Oct 20, 2021
TODOs:
Unfortunately, this needs to be a breaking change because we do not know if a user has overrided
signInUpPOST
or not at the time of using it. If instead, they have overrided one of the three functions it is split into, we need to use those and notsignInUpPOST
. Therefore, it seems that the only way out is to remove this function entirely - which makes this a breaking change.The text was updated successfully, but these errors were encountered: