Skip to content

Commit

Permalink
fix: fix import issue on password reset tool, closes #32
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Feb 20, 2024
1 parent a1ed631 commit f0da4b4
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 2,267 deletions.
2 changes: 1 addition & 1 deletion app/routes/reset-password.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
type LoaderFunctionArgs
} from '@remix-run/node'
import {useActionData} from '@remix-run/react'
import * as ldap from 'ldapjs'
import ldap from 'ldapjs'
import {invariant} from '@arcath/utils'
import {useState, useEffect} from 'react'

Expand Down
Loading

0 comments on commit f0da4b4

Please sign in to comment.