diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-18 14:33:04 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-04 18:05:01 +0000 |
commit | 97c3f1e56624bc1b728b237455203e8f9898eb48 (patch) | |
tree | 1e8b6081a8969226258e824c624e4abc4ddf4978 /t/app/controller/report_new_text.t | |
parent | b71fb57e6460bb5c65e5ebc01a65a3cd56dcd477 (diff) |
Remove “Keep me signed in” box.
Diffstat (limited to 't/app/controller/report_new_text.t')
-rw-r--r-- | t/app/controller/report_new_text.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/app/controller/report_new_text.t b/t/app/controller/report_new_text.t index 8b7805c31..e6f0a9017 100644 --- a/t/app/controller/report_new_text.t +++ b/t/app/controller/report_new_text.t @@ -23,7 +23,7 @@ foreach my $test ( username => '0121 4960000000', email => '', phone => '', title => 'Title', detail => 'Detail', name => 'Bob Jones', category => 'Street lighting', - may_show_name => '1', remember_me => undef, + may_show_name => '1', photo1 => '', photo2 => '', photo3 => '', password_register => '', password_sign_in => '', }, @@ -40,7 +40,7 @@ foreach my $test ( username => '0121 4960000', email => '', phone => '', title => 'Title', detail => 'Detail', name => 'Bob Jones', category => 'Street lighting', - may_show_name => '1', remember_me => undef, + may_show_name => '1', photo1 => '', photo2 => '', photo3 => '', password_register => '', password_sign_in => '', }, |