| 1 | import { EmailLinkStrategy } from "remix-auth-email-link"; |
| 2 | import type { Authenticator } from "remix-auth"; |
| 3 | import type { AuthUser } from "./authUser"; |
| 4 | import { findOrCreateUser } from "~/models/user.server"; |
nothing calls this directly
no test coverage detected