Skip to content

Commit 548929d

Browse files
fix: pr comment implemented
1 parent 9b6a0d3 commit 548929d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/jsActions/mobile-resources-native/src/authentication/BiometricAuthentication.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export async function BiometricAuthentication(reason?: string): Promise<boolean>
1818
// BEGIN USER CODE
1919
// Documentation https://github.com/sbaiahmed1/react-native-biometrics
2020

21-
return simplePrompt(reason ?? "Verify your identity to continue")
21+
return simplePrompt(reason || "Verify your identity to continue")
2222
.then(result => result.success)
2323
.catch(() => false);
2424

0 commit comments

Comments
 (0)