Skip to content

Commit a3864c8

Browse files
Merge pull request #4 from bundle-o-cells/main
fix: client.configured reference in signup flow
2 parents dcdbe53 + 37209ea commit a3864c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/components/auth/src/flows/FlowCreate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default function FlowCreate() {
4949

5050
const isInviteOnly = () => {
5151
const client = getClient();
52-
if (client.configured()) {
52+
if (client.configured) {
5353
return client.configuration?.features.invite_only;
5454
}
5555
return false;

0 commit comments

Comments
 (0)