@matchain/matchid-sdk-react 0.1.27 → 0.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1190,6 +1190,7 @@ function useUserInfo() {
1190
1190
  case "discord":
1191
1191
  case "github":
1192
1192
  case "linkedin":
1193
+ case "facebook":
1193
1194
  const link = `${endpoints.back}api/v1/auth/${method}?appid=${appid}&provider=${method}&redirect=${encodeURIComponent(endpoints.auth + "bind/" + method)}&authorization=${token.includes("Bearer ") ? token.split(" ")[1] : token}`;
1194
1195
  matchlog_default.log("link", link);
1195
1196
  return window.open(