Skip to content

Commit e3a59c5

Browse files
Update docs/base-account/framework-integrations/privy/authentication.mdx
Co-authored-by: Stephan Cilliers <stephan.cilliers@coinbase.com>
1 parent b182c18 commit e3a59c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/base-account/framework-integrations/privy/authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import { useState } from "react";
4747
import { useBaseAccountSdk } from "@privy-io/react-auth";
4848
import { SignInWithBaseButton } from "@base-org/account-ui/react";
4949

50-
const Authentication = () => {
50+
export const Authentication = () => {
5151
const { baseAccountSdk } = useBaseAccountSdk();
5252
const [loading, setLoading] = useState(false);
5353
const [verificationResult, setVerificationResult] = useState<any>(null);

0 commit comments

Comments
 (0)