@capgo/capacitor-native-biometric
Advanced tools
@@ -161,2 +161,4 @@ package ee.forgr.biometric; | ||
| handleGetSecureCredentials(result); | ||
| } else if ("verify".equals(mode)) { | ||
| finishActivity(); | ||
| } else if (authenticatorConfig.requiresCryptoObject) { | ||
@@ -193,3 +195,3 @@ if (!validateCryptoObject(result)) { | ||
| if (!authenticatorConfig.requiresCryptoObject) { | ||
| if ("verify".equals(mode) || !authenticatorConfig.requiresCryptoObject) { | ||
| biometricPrompt.authenticate(promptInfo); | ||
@@ -196,0 +198,0 @@ return; |
@@ -14,3 +14,3 @@ import Foundation | ||
| public class NativeBiometricPlugin: CAPPlugin, CAPBridgedPlugin { | ||
| private let pluginVersion: String = "8.6.0" | ||
| private let pluginVersion: String = "8.6.1" | ||
| public let identifier = "NativeBiometricPlugin" | ||
@@ -17,0 +17,0 @@ public let jsName = "NativeBiometric" |
+1
-1
| { | ||
| "name": "@capgo/capacitor-native-biometric", | ||
| "version": "8.6.0", | ||
| "version": "8.6.1", | ||
| "description": "This plugin gives access to the native biometric apis for android and iOS", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
351607
0.03%4233
0.05%