Skip to content

Commit

Permalink
Reset default internal user flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Nov 16, 2023
1 parent 5f58676 commit 6ee083a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/InternalUserStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public class InternalUserStore: InternalUserStoring {
public init() {
}

@UserDefaultsWrapper(key: .featureFlaggingDidVerifyInternalUser, defaultValue: true)
@UserDefaultsWrapper(key: .featureFlaggingDidVerifyInternalUser, defaultValue: false)
public var isInternalUser: Bool
}

0 comments on commit 6ee083a

Please sign in to comment.