mirror of
https://github.com/bitwarden/android.git
synced 2025-03-15 18:58:59 +03:00
Fix API key name (#885)
This commit is contained in:
parent
d0dfe3ca2f
commit
1794223d02
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ data class ResetPasswordRequestJson(
|
|||
@SerialName("masterPasswordHint")
|
||||
val passwordHint: String?,
|
||||
|
||||
@SerialName("Key")
|
||||
@SerialName("key")
|
||||
val key: String,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue