mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-10 00:42:29 -06:00
PM-14620: Remove unused accessSecretsManager property to fix JSON decoding errors (backport of #1116) (#1129)
This commit is contained in:
parent
e837a612cb
commit
b54610f98a
@ -4,7 +4,6 @@ import Foundation
|
||||
|
||||
extension ProfileOrganizationResponseModel {
|
||||
static func fixture(
|
||||
accessSecretsManager: Bool = false,
|
||||
enabled: Bool = true,
|
||||
familySponsorshipAvailable: Bool = false,
|
||||
familySponsorshipFriendlyName: String? = nil,
|
||||
@ -49,7 +48,6 @@ extension ProfileOrganizationResponseModel {
|
||||
usersGetPremium: Bool = false
|
||||
) -> ProfileOrganizationResponseModel {
|
||||
self.init(
|
||||
accessSecretsManager: accessSecretsManager,
|
||||
enabled: enabled,
|
||||
familySponsorshipAvailable: familySponsorshipAvailable,
|
||||
familySponsorshipFriendlyName: familySponsorshipFriendlyName,
|
||||
|
||||
@ -5,9 +5,6 @@ import Foundation
|
||||
struct ProfileOrganizationResponseModel: Codable, Equatable {
|
||||
// MARK: Properties
|
||||
|
||||
/// Whether the user can access secrets manager.
|
||||
let accessSecretsManager: Bool
|
||||
|
||||
/// Whether the profile organization is enabled.
|
||||
let enabled: Bool
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user