Skip to content

Commit a085407

Browse files
committed
Reset cached applicationPasswordsExperimentRemoteFFValue on session reset
1 parent 4c6321a commit a085407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/System/SessionManager.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ final class SessionManager: SessionManagerProtocol {
221221
defaults[.blazeSelectedCampaignObjective] = nil
222222
defaults[.wpcomSiteSuspended] = nil
223223
defaults[.tapToPayAwarenessMomentFirstLaunchCompleted] = nil
224+
defaults[.applicationPasswordsExperimentRemoteFFValue] = nil
224225
resetTimestampsValues()
225226
imageCache.clearCache()
226227
}

0 commit comments

Comments
 (0)