Skip to content

Commit 2aff9a4

Browse files
committed
BiometricManager.authenticate.callback 2nd param; fixes pr twa-dev#12
1 parent 85259ea commit 2aff9a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ export type BiometricManager = {
410410
) => BiometricManager;
411411
authenticate: (
412412
params: BiometricAuthenticateParams,
413-
callback?: (isAuthenticated: boolean; token?: string) => unknown
413+
callback?: (isAuthenticated: boolean, token?: string) => unknown
414414
) => BiometricManager;
415415
updateBiometricToken: (
416416
token: string,

0 commit comments

Comments
 (0)