Skip to content

Commit dceaa3c

Browse files
make isEnrolledAsync private methodg
1 parent 826b568 commit dceaa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core-mobile/app/utils/BiometricsSDK.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ class BiometricsSDK {
425425
}
426426
}
427427

428-
async isEnrolledAsync(): Promise<boolean> {
428+
private async isEnrolledAsync(): Promise<boolean> {
429429
return LocalAuthentication.isEnrolledAsync()
430430
}
431431
}

0 commit comments

Comments
 (0)