@privy-io/react-auth 1.80.0 → 1.80.1-beta-20240823154149
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/esm/index.js +198 -198
- package/dist/index.d.ts +1 -1
- package/dist/index.js +216 -216
- package/package.json +12 -4
package/dist/index.d.ts
CHANGED
|
@@ -3554,7 +3554,7 @@ type UseLoginWithOAuth = {
|
|
|
3554
3554
|
*
|
|
3555
3555
|
* Use this hook to log the user in with an OAuth provider, without using any Privy UIs.
|
|
3556
3556
|
*/
|
|
3557
|
-
declare
|
|
3557
|
+
declare const useLoginWithOAuth: (callbacks?: PrivyEvents["login"]) => UseLoginWithOAuth;
|
|
3558
3558
|
|
|
3559
3559
|
type SendCodeToEmail = {
|
|
3560
3560
|
email: string;
|