Skip to content

Commit

Permalink
πŸ“ˆ (LekaApp): LogEvent SignOut
Browse files Browse the repository at this point in the history
  • Loading branch information
macteuts committed Nov 7, 2024
1 parent 6686c7a commit a0a446c
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 @@ -95,6 +95,7 @@ struct SettingsView: View {
{
Button(role: .destructive) {
self.dismiss()
AnalyticsManager.shared.logEvent(name: "sign_out")
self.authManager.signOut()
self.persistentDataManager.clearUserData()
self.reset()
Expand Down

0 comments on commit a0a446c

Please sign in to comment.