fix: Cipher reprompt doesnt get synced with the latest official Bitwarden server
This commit is contained in:
parent
28e1c9331a
commit
365291ec5c
|
@ -76,6 +76,7 @@ data class CipherEntity(
|
|||
@JsonNames("deletedDate")
|
||||
@SerialName("DeletedDate")
|
||||
val deletedDate: Instant? = null,
|
||||
@JsonNames("reprompt")
|
||||
@SerialName("Reprompt")
|
||||
val reprompt: CipherRepromptTypeEntity = CipherRepromptTypeEntity.None,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue