Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ feat(frontend): Add function to grant biometric access
Added a new function `grantBiometricAccess` to handle the process of requesting biometric access and displaying alerts based on the user's decision. This function is called when biometric access is not already granted. Updated the logic for handling biometric initialization and access verification. Refactored code in `App.vue` to improve biometric authentication flow. See details in the diff for more information. Closes #32 Co-authored-by: John Doe <[email protected]>
- Loading branch information