mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-08 19:56:37 +00:00
Merge pull request #75 from mallendeo/patch-1
fix: add missing `await` when verifying pincode
This commit is contained in:
@@ -117,7 +117,7 @@ export async function authWithPincode(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const validPincode = verifyPassword(
|
const validPincode = await verifyPassword(
|
||||||
pincode,
|
pincode,
|
||||||
definedPincode.pincodeHash
|
definedPincode.pincodeHash
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user