We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a1b9c commit 72143ddCopy full SHA for 72143dd
src/index.tsx
@@ -16,7 +16,7 @@ const canAuthenticate = (): Promise<boolean> => {
16
* but will be rejected when not with an error message
17
*/
18
const requestBioAuth = (
19
- /** title of prompt (can be an empty string) */
+ /** title of prompt */
20
promptTitle: string,
21
/** The app-provided reason for requesting authentication, which displays in the authentication dialog presented to the user. */
22
promptMessage: string
tsconfig.json
@@ -23,6 +23,7 @@
23
"resolveJsonModule": true,
24
"skipLibCheck": true,
25
"strict": true,
26
- "target": "esnext"
+ "target": "esnext",
27
+ "removeComments": false
28
}
29
0 commit comments