@pear-protocol/symmio-client 0.3.10 → 0.3.11

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.
@@ -1130,7 +1130,6 @@ function useSymmAuth(params) {
1130
1130
  isAuthenticated: !!token,
1131
1131
  error,
1132
1132
  signIn,
1133
- refreshAuth: signIn,
1134
1133
  clear: clearAuth
1135
1134
  };
1136
1135
  }