Skip to content

Commit

Permalink
Adds source_host to stash.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jul 27, 2016
1 parent 65b557c commit 63d04a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MetaCPAN/Web/Controller/Root.pm
Expand Up @@ -108,6 +108,7 @@ sub end : ActionClass('RenderView') {
= $c->stash->{api_external_secure}
. '/oauth2/authorize?client_id='
. $c->config->{consumer_key};
$c->stash->{source_host} = $c->config->{source_host};

$c->stash->{site_alert_message} = $c->config->{site_alert_message};

Expand Down

0 comments on commit 63d04a5

Please sign in to comment.