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
11 changes: 0 additions & 11 deletions app/services/analytics_events.rb
Original file line number Diff line number Diff line change
Expand Up @@ -812,17 +812,6 @@ def idv_personal_key_downloaded
track_event('IdV: personal key downloaded')
end

# @identity.idp.previous_event_name IdV: show personal key modal
# User opened IDV personal key confirmation modal
def idv_personal_key_confirm_visited
track_event('IdV: personal key confirm visited')
end

# User submitted IDV personal key confirmation modal
def idv_personal_key_confirm_submitted
track_event('IdV: personal key confirm submitted')
end

# @param [Boolean] success
# @param [Hash] errors
# The user submitted their phone on the phone confirmation page
Expand Down