mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Fix typo in get-totp request example
This commit is contained in:
parent
ccf0195463
commit
9ea7a26677
1 changed files with 1 additions and 1 deletions
|
|
@ -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>"
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue