fix: fix.env.example

This commit is contained in:
2025-06-14 15:05:20 +07:00
parent b52f1202eb
commit ac10ae14f6
75 changed files with 2532 additions and 2532 deletions

View File

@ -1,6 +1,6 @@
import bcrypt from "bcrypt";
export const hashPassword = async (password: string): Promise<string> => {
const saltRounds = Number(process.env.SALT_ROUNDS);
return await bcrypt.hash(password, saltRounds);
};
import bcrypt from "bcrypt";
export const hashPassword = async (password: string): Promise<string> => {
const saltRounds = Number(process.env.SALT_ROUNDS);
return await bcrypt.hash(password, saltRounds);
};