mirror of
https://github.com/bitwarden/android.git
synced 2026-08-28 22:45:25 -05:00
PM-21555: Fix crash on older server versions (#5174)
This commit is contained in:
@@ -346,7 +346,7 @@ data class SyncResponseJson(
|
||||
val status: OrganizationStatusType,
|
||||
|
||||
@SerialName("userIsClaimedByOrganization")
|
||||
val userIsClaimedByOrganization: Boolean,
|
||||
val userIsClaimedByOrganization: Boolean = false,
|
||||
)
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user