aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App.pm
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-04-07 15:41:59 +0100
committerEdmund von der Burg <evdb@mysociety.org>2011-04-07 15:44:01 +0100
commitd0059b5b46bf16d5adbeddffc412699a8c815725 (patch)
treeea82bb7a7652e2bc8ab37058b7dee95fba19f064 /perllib/FixMyStreet/App.pm
parenta932cf24e53109204e304ba68263d55326bee78f (diff)
Add the 'remember_me' checkbox on login
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r--perllib/FixMyStreet/App.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm
index 6728ebef8..2ae90c2fa 100644
--- a/perllib/FixMyStreet/App.pm
+++ b/perllib/FixMyStreet/App.pm
@@ -15,7 +15,7 @@ use Catalyst (
'Unicode',
'Session',
'Session::Store::DBIC',
- 'Session::State::Cookie',
+ 'Session::State::Cookie', # FIXME - we're using our own override atm
'Authentication',
);