@insforge/nextjs 0.7.9 → 0.7.10

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
@@ -131,7 +131,6 @@ function InsforgeProvider({
131
131
  } catch (error) {
132
132
  }
133
133
  const userResult = await insforge.auth.getCurrentUser();
134
- console.log("userResult", userResult);
135
134
  if (userResult.data) {
136
135
  const userData = {
137
136
  id: userResult.data.user.id,