Skip to content

Commit 15d416a

Browse files
committed
chore: Linting fix
1 parent 31bc80c commit 15d416a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react/src/auth/forms/sign-up-auth-form.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export function useSignUpAuthFormAction() {
5555
}
5656

5757
export function useSignUpAuthForm(onSuccess?: SignUpAuthFormProps["onSignUp"]) {
58-
const ui = useUI();
5958
const schema = useSignUpAuthFormSchema();
6059
const action = useSignUpAuthFormAction();
6160
const requireDisplayName = useRequireDisplayName();

0 commit comments

Comments
 (0)