| 1 | import { type Connection, type Password, type User } from '@prisma/client' |
| 2 | import { redirect } from '@remix-run/node' |
| 3 | import bcrypt from 'bcryptjs' |
| 4 | import { Authenticator } from 'remix-auth' |
nothing calls this directly
no test coverage detected