Skip to main content
Signed in

Nunjucks

{%- from  "hmrc/components/timeout-dialog/macro.njk" import hmrcTimeoutDialog -%}

{{ 
  hmrcTimeoutDialog ({
    timeout: 70,
    countdown: 68,
    title: "You will be signed out soon",
    message: "For your security, you will be signed out in",
    keepAliveUrl: "/patterns/manage-a-session-timeout/examples/signedin",
    signOutUrl: "/patterns/manage-a-session-timeout/examples/signedin",
    language: "en",
    keepAliveButtonText: "Continue",
    signOutButtonText: "Sign out"
  }) 
}}