Skip to content

Commit 9b6a0d3

Browse files
fix: default biometric message
1 parent b48b82a commit 9b6a0d3

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

0 commit comments

Comments
 (0)