mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-06 22:59:20 +01:00
➕ Use bcryptjs instead of bcrypt
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { UserSettings } from '@prisma/client';
|
||||
import { TRPCError } from '@trpc/server';
|
||||
import bcrypt from 'bcrypt';
|
||||
import bcrypt from 'bcryptjs';
|
||||
import { z } from 'zod';
|
||||
import { hashPassword } from '~/utils/security';
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user