mirror of
https://github.com/bitwarden/android.git
synced 2026-05-23 06:31:34 -05:00
Fix API key name (#885)
This commit is contained in:
committed by
Álison Fernandes
parent
d0dfe3ca2f
commit
1794223d02
@@ -22,6 +22,6 @@ data class ResetPasswordRequestJson(
|
||||
@SerialName("masterPasswordHint")
|
||||
val passwordHint: String?,
|
||||
|
||||
@SerialName("Key")
|
||||
@SerialName("key")
|
||||
val key: String,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user