Skip to content

Commit

Permalink
Fix readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
agap committed Dec 21, 2023
1 parent 6056e7a commit c0e9983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class SecureUnlockService : HostApduService() {
}
```

An instance of `Login` contains four properties, all of which you will get while [signing the user in via Kisi's API](https://docs.google.com/document/d/1Rv_13f9uO2DInWOpOXIYQKj3NIZ-jdR1hi_MJLOaTgg/edit#heading=h.mu1n9ubjw7fj):
An instance of `Login` contains four properties, all of which you will get while signing the user in via Kisi's API:

* `id` corresponds to the `id` field of aforementioned request
* `secret` corresponds to the `secret` field
Expand Down

0 comments on commit c0e9983

Please sign in to comment.