Skip to content

Commit

Permalink
Update subscriptions_management_controller.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-kirwan committed Oct 17, 2023
1 parent b5e7cca commit a7c7d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/subscriptions_management_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def confirmed_unsubscribe_all
def use_govuk_account_layout?
@use_govuk_account_layout ||=
if authenticated_via_account?
set_slimmer_headers(template: "gem_layout_account_manager")
set_slimmer_headers(template: "gem_layout_one_login_header")
true
end
end
Expand Down

0 comments on commit a7c7d36

Please sign in to comment.