Skip to content

Commit

Permalink
feat: add anonymous sign in - not working because of webpack error on…
Browse files Browse the repository at this point in the history
… server action call
  • Loading branch information
huilensolis committed May 17, 2024
1 parent c78520e commit 97fd254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/feature/sign-in-anonymously/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function SignInAnonymouslyBtn() {
className="bg-indigo-600 dark:bg-indigo-700 text-neutral-50"
isLoading={loading}
disabled={loading}
onClick={SignInAnonymously}
onClick={() => SignInAnonymously()}
>
Sign In Anonymously <VenetianMask />
</PlainButton>
Expand Down

0 comments on commit 97fd254

Please sign in to comment.