aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Root.pm
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2020-01-31 18:29:59 +0000
committerDave Arter <davea@mysociety.org>2020-02-26 15:25:31 +0000
commit3231c65a0a653695b726fb5a36b9ab7d9cf3a137 (patch)
tree7b7e03b1f6149253789a1c9de4a0b3af95a8fc59 /perllib/FixMyStreet/App/Controller/Root.pm
parent379410d69f5d2cad7bd0dca45a09e6096b3672d6 (diff)
Use ManifestTheme theme_colour for front page theme-color meta tag
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Root.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Root.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Root.pm b/perllib/FixMyStreet/App/Controller/Root.pm
index f9fefc2ae..71dcf8e27 100644
--- a/perllib/FixMyStreet/App/Controller/Root.pm
+++ b/perllib/FixMyStreet/App/Controller/Root.pm
@@ -42,6 +42,8 @@ sub auto : Private {
$c->forward('check_password_expiry');
$c->detach('/auth/redirect') if $c->cobrand->call_hook('check_login_disallowed');
+ $c->forward('/offline/_stash_manifest_theme', [ $c->cobrand->moniker ]);
+
return 1;
}
@@ -77,8 +79,6 @@ sub index : Path : Args(0) {
$c->detach;
}
- $c->forward('/offline/_stash_manifest_icons', [ $c->cobrand->moniker ]);
-
$c->forward('/auth/get_csrf_token');
}