mirror of
https://github.com/ajnart/homarr.git
synced 2026-05-17 19:36:57 +02:00
✨ Add create user form
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import bcrypt from "bcrypt";
|
||||
import bcrypt from 'bcrypt';
|
||||
|
||||
export const hashPassword = (password: string, salt: string) => {
|
||||
return bcrypt.hashSync(password, salt);
|
||||
|
||||
Reference in New Issue
Block a user