Skip to content

Commit 3842ca9

Browse files
committed
Add useWeb3Auth hook for Web3 authentication
1 parent e05e6ba commit 3842ca9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export { Login } from "./components/login-element";
1111
// Hooks
1212
// ===============
1313
export { useAuth } from "./hooks/use-auth";
14+
export { useWeb3Auth } from "./hooks/use-web-3-auth";
1415

1516
// ===============
1617
// Config

0 commit comments

Comments
 (0)