We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcdbe53 + 37209ea commit a3864c8Copy full SHA for a3864c8
packages/client/components/auth/src/flows/FlowCreate.tsx
@@ -49,7 +49,7 @@ export default function FlowCreate() {
49
50
const isInviteOnly = () => {
51
const client = getClient();
52
- if (client.configured()) {
+ if (client.configured) {
53
return client.configuration?.features.invite_only;
54
}
55
return false;
0 commit comments