Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions app/services/analytics_events.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6327,14 +6327,6 @@ def user_marked_authed(authentication_type:, **extra)
)
end

# Tracks when the user is notified their password is compromised
def user_password_compromised_visited(**extra)
track_event(
:user_password_compromised_visited,
**extra,
)
end

# @param [Boolean] success Whether form validation was successful
# @param [Hash] errors Errors resulting from form validation
# @param [Hash] error_details Details for errors that occurred in unsuccessful submission
Expand Down