mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-29 06:08:15 +02:00
Merge pull request #75 from mallendeo/patch-1
fix: add missing `await` when verifying pincode
This commit is contained in:
commit
680c665242
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ export async function authWithPincode(
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const validPincode = verifyPassword(
|
const validPincode = await verifyPassword(
|
||||||
pincode,
|
pincode,
|
||||||
definedPincode.pincodeHash
|
definedPincode.pincodeHash
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue