Shared:Utils:Common: fix types for createPasswordHash

This commit is contained in:
Timofey Boyko 2024-04-25 16:43:10 +03:00
parent fbb60df665
commit 08ee4a74f5

View File

@ -91,7 +91,7 @@ export function changeLanguage(i18n: TI18n, currentLng = getCookie(LANGUAGE)) {
export function createPasswordHash(
password: string,
hashSettings: TPasswordHash,
hashSettings?: TPasswordHash,
) {
if (
!password ||