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
2 changes: 1 addition & 1 deletion app/decorators/user_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def identity_verified?(service_provider: nil)
end

def reproof_for_irs?(service_provider:)
return false unless user.active_profile.present?
return false unless service_provider&.irs_attempts_api_enabled
return false unless user.active_profile.present?
!user.active_profile.initiating_service_provider&.irs_attempts_api_enabled
end

Expand Down