mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
fix: refactor
This commit is contained in:
@ -29,7 +29,7 @@ export default async function auth(req: NextApiRequest, res: NextApiResponse) {
|
||||
}),
|
||||
await prisma.userSecurityAuditLog.create({
|
||||
data: {
|
||||
userId: userId,
|
||||
userId,
|
||||
ipAddress,
|
||||
userAgent,
|
||||
type: UserSecurityAuditLogType.SIGN_IN,
|
||||
|
||||
Reference in New Issue
Block a user