Skip to content

Commit

Permalink
use the correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouzierinverse committed Dec 17, 2024
1 parent 4af7c25 commit 4e7cd67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ sub auth_source_params_child {

sub _build_source {
my ($self) = @_;
return $self->app->profile->getSourceByType('Sponsor');
return $self->app->profile->getSourceByType('SponsorEmail');
}

=head1 AUTHOR
Expand Down

0 comments on commit 4e7cd67

Please sign in to comment.