Skip to content

Commit

Permalink
πŸ“ˆ (LekaApp): Clear user props & default parameters on SignOut
Browse files Browse the repository at this point in the history
  • Loading branch information
macteuts committed Nov 2, 2024
1 parent 9511f9c commit ed35604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Apps/LekaApp/Sources/Views/Settings/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ struct SettingsView: View {
self.rootAccountViewModel.resetData()
self.styleManager.accentColor = DesignKitAsset.Colors.lekaDarkBlue.swiftUIColor
self.styleManager.colorScheme = .light
AnalyticsManager.shared.clearDefaultParameters()
}

private var errorAlertTitle: String {
Expand Down

0 comments on commit ed35604

Please sign in to comment.