Skip to content

Commit

Permalink
Fix typo in get-totp request example
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick888 authored and droidmonkey committed Dec 8, 2020
1 parent ccf0195 commit 9ea7a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keepassxc-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ Response message data (success, decrypted):
Request (no unencrypted message is needed):
```json
{
"action": "generate-password",
"action": "get-totp",
"uuid": "<entry UUID>"
}
```
Expand Down

0 comments on commit 9ea7a26

Please sign in to comment.