mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-22 21:45:56 +03:00
hotfix: fixes missing function argument
This commit is contained in:
parent
2044b11803
commit
36fcc38bdc
@ -38,7 +38,7 @@ export const getIdFromCookie = (req) => {
|
||||
return id;
|
||||
};
|
||||
|
||||
export const encryptPassword = async (text) => {
|
||||
export const encryptPassword = async (text, salt) => {
|
||||
if (!text) {
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user