Skip to content

Commit

Permalink
🐛 Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Aug 8, 2024
1 parent 0309c1e commit 339d19a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/magic-link/src/lib/ProviderModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ const ProviderModal = () => {
const {mutate : createApiKeyConnection} = useCreateApiKeyConnection();
const {data: magicLink} = useUniqueMagicLink(uniqueMagicLinkId);
const {data: connectorsForProject} = useProjectConnectors(isProjectIdReady ? projectId : null);

const {register,formState: {errors},handleSubmit,reset} = useForm<IApiKeyFormData>();
const {register: register2, formState: {errors: errors2}, handleSubmit: handleSubmit2, reset: reset2} = useForm<IBasicAuthFormData>();

useEffect(() => {
Expand Down

0 comments on commit 339d19a

Please sign in to comment.