|
@@ -207,6 +207,7 @@ const handleFingerprintResponse = data => {
|
|
|
onMounted(() => {
|
|
onMounted(() => {
|
|
|
checking.value = true;
|
|
checking.value = true;
|
|
|
if (plugin.fingerprintConfig) {
|
|
if (plugin.fingerprintConfig) {
|
|
|
|
|
+ plugin.fingerprintConfig.connect();
|
|
|
plugin.fingerprintConfig.receiveFingerprintResponse = handleFingerprintResponse;
|
|
plugin.fingerprintConfig.receiveFingerprintResponse = handleFingerprintResponse;
|
|
|
}
|
|
}
|
|
|
|
|
|