Skip to content

Commit

Permalink
Allow @codeforcharlotte.org registrations
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewNatoli committed Aug 31, 2016
1 parent e967585 commit 1267a9f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/Http/Controllers/Auth/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@

function appropriate_email_domains() {
return [
"CMPD" => "cmpd.org",
"CMS" => "cms.k12.nc.us",
"CFD" => "ci.charlotte.nc.us"
"CMPD" => "cmpd.org",
"CMS" => "cms.k12.nc.us",
"CFD" => "ci.charlotte.nc.us",
"CFC" => "codeforcharlotte.org"
];
}

Expand Down

0 comments on commit 1267a9f

Please sign in to comment.