Skip to content

Commit

Permalink
PM-11426: Disable email verification flag from being configured remot…
Browse files Browse the repository at this point in the history
…ely (#876)
  • Loading branch information
matt-livefront authored Aug 28, 2024
1 parent b2a3bba commit f5e184f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BitwardenShared/Core/Platform/Models/Enum/FeatureFlag.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ enum FeatureFlag: String, Codable {
/// Whether this feature can be enabled remotely.
var isRemotelyConfigured: Bool {
switch self {
case .nativeCarouselFlow,
case .emailVerification,
.nativeCarouselFlow,
.nativeCreateAccountFlow,
.testLocalFeatureFlag:
false
case .emailVerification,
.testRemoteFeatureFlag:
case .testRemoteFeatureFlag:
true
}
}
Expand Down

0 comments on commit f5e184f

Please sign in to comment.