Skip to content

Commit 57957f1

Browse files
committed
Don't use anonymous accounts on demo
1 parent c994176 commit 57957f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/demo/src/app/page-client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Link from 'next/link';
66
import { useRouter } from 'next/navigation';
77

88
export default function PageClient() {
9-
const user = useUser({ or: "anonymous" });
9+
const user = useUser();
1010
const router = useRouter();
1111
const app = useStackApp();
1212

0 commit comments

Comments
 (0)