Prettier
This commit is contained in:
parent
219cc784b1
commit
c044f50b19
|
|
@ -9,4 +9,4 @@ import authConfig from "../../../config/auth";
|
||||||
*/
|
*/
|
||||||
export default async function hashPassword(password: string): Promise<string> {
|
export default async function hashPassword(password: string): Promise<string> {
|
||||||
return bcrypt.hash(password, authConfig.saltRounds);
|
return bcrypt.hash(password, authConfig.saltRounds);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user