Work in progress
This page is a design preview. It may not contain the latest guidance and may not behave as expected.
Current guidance can always be found at design-system.dwp.gov.uk.
{%- from "hmrc/components/timeout-dialog/macro.njk" import hmrcTimeoutDialog -%}
{{
hmrcTimeoutDialog ({
timeout: 70,
countdown: 68,
title: "Your application will be closed soon",
message: "We will close your application if you do not do anything in the next",
messageSuffix: "Your answers will be deleted. This is to protect your information.",
keepAliveUrl: "#",
signOutUrl: "#",
language: "en",
keepAliveButtonText: "Continue",
hideSignOutButton: true
})
}}