Skip to content

Commit 37209ea

Browse files
fix: client.configured reference in signup flow
Signed-off-by: bundle-o-cells <austingpowel@gmail.com>
1 parent c6bce05 commit 37209ea

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)