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
[add] Add Facebook login as a first step towards supporting social logins and SSO in FTW. This PR
introduces new endpoints createUserWithIdp and loginWithIdp and strategy for logging in with
Facebook. See the PR for the more detailed view of the changes. #1364
[fix] Fix missing proptype warnings in TransactionPage and TransactionPanel tests. #1363
[fix] Improve error handling by passing error details forward instead of creating a new error that
hides the details when making API call to FTW server. #1361
[fix] Remove duplicate page schema from body. #1355