Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to add Touch ID link to macOS app #1281

Closed
gradygambrell opened this issue Feb 17, 2024 · 5 comments
Closed

Error when trying to add Touch ID link to macOS app #1281

gradygambrell opened this issue Feb 17, 2024 · 5 comments

Comments

@gradygambrell
Copy link

After entering the correct password, a red box on the top right stated the following:

Error invoking remote method 'register-biometric-unlock': Layerr: Failed storing source biometric details: Invalid password provided for source: debc9936-f870-4c49-b5d5-406783fe4ddd

The password is correct. Tried doing an sample file (locally, not on Google Drive) with a simple password and the error still appears.

@bjd183
Copy link

bjd183 commented Mar 14, 2024

I also experience this on a new install on a new machine. After a recent update (?) on my old machine, the biometric unlock stopped working with the same error.

@ValoXya
Copy link

ValoXya commented Mar 15, 2024

Same issue from my side. I also tried to create a new vault and that's the same thing

@spr2
Copy link

spr2 commented Mar 24, 2024

can confirm too, once you remove a vault or create a new one, you can't add Touch ID again with the error message above!

@devlanda
Copy link
Contributor

ipcMain.handle(
"register-biometric-unlock",
async (_, sourceID: VaultSourceID, password: string) => {
await enableSourceBiometricUnlock(sourceID, password);
}
);

The password value is not available here. Inserted the code below before L292.

logInfo("Password: " + password);

@spr2
Copy link

spr2 commented Mar 30, 2024

working again! Thank you both for fixing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants