fix: Cipher reprompt doesnt get synced with the latest official Bitwarden server

This commit is contained in:
Artem Chepurnoy 2024-02-26 16:26:50 +02:00
parent 28e1c9331a
commit 365291ec5c
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ data class CipherEntity(
@JsonNames("deletedDate")
@SerialName("DeletedDate")
val deletedDate: Instant? = null,
@JsonNames("reprompt")
@SerialName("Reprompt")
val reprompt: CipherRepromptTypeEntity = CipherRepromptTypeEntity.None,
)