Skip to content

Commit

Permalink
✨ Voter eligibility check (#434) (#435)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#234
  • Loading branch information
Findeton committed Aug 8, 2024
1 parent 9691fad commit ae4e84e
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 ae4e84e

Please sign in to comment.