Update src/lib/Hydra/Controller/User.pm
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
@ -189,7 +189,6 @@ sub github_login :Path('/github-login') Args(0) {
|
|||||||
|
|
||||||
foreach my $eml (@{$data}) {
|
foreach my $eml (@{$data}) {
|
||||||
$email = $eml->{email} if $eml->{verified} && $eml->{primary};
|
$email = $eml->{email} if $eml->{verified} && $eml->{primary};
|
||||||
print STDERR "$eml->{email}\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
print STDERR "$email\n";
|
print STDERR "$email\n";
|
||||||
|
Reference in New Issue
Block a user