Skip to content

Commit d9ad07b

Browse files
committed
Write README.md for fallback option
1 parent 01a7d38 commit d9ad07b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,12 @@ componentDidMount() {
230230
}
231231
```
232232

233-
### `authenticate({ description })`: (iOS)
233+
### `authenticate({ description, fallbackEnabled })`: (iOS)
234234
Starts Fingerprint authentication on iOS.
235235

236236
- Returns a `Promise`
237237
- `description: String` - the string to explain the request for user authentication.
238+
- `fallbackEnabled: Boolean` - display the fallback (Enter Password) button
238239

239240
```javascript
240241
componentDidMount() {

examples/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,8 +786,8 @@ babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.21.0, babel-types@^6.24
786786
to-fast-properties "^1.0.1"
787787

788788
babylon@^6.13.0, babylon@^6.16.1, babylon@^6.17.2:
789-
version "6.17.2"
790-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.17.2.tgz#201d25ef5f892c41bae49488b08db0dd476e9f5c"
789+
version "6.17.3"
790+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.17.3.tgz#1327d709950b558f204e5352587fd0290f8d8e48"
791791

792792
balanced-match@^0.4.1:
793793
version "0.4.2"

0 commit comments

Comments
 (0)