Skip to content

Commit

Permalink
✨ Voter eligibility check (#434)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#234
  • Loading branch information
Findeton committed Jul 23, 2024
1 parent def8e13 commit 4b865c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avAdmin/elections-api-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ angular.module('avAdmin')
el.parent_id = electionAuth.parent_id;
el.hide_default_login_lookup_field = electionAuth.hide_default_login_lookup_field;
el.allow_public_census_query = electionAuth.allow_public_census_query;
el.force_census_query = electionAuth.force_census_query;
el.scheduled_events = electionAuth.scheduled_events;
el.oidc_providers = electionAuth.oidc_providers;

Expand Down

0 comments on commit 4b865c8

Please sign in to comment.