{{ govukOneLoginServiceHeader({ signOutLink: "/test"}) }}
{{ govukOneLoginServiceHeader({
lng: "cy"
})}}
The code above is for reference for Nunjucks users only – if you do not use Nunjucks in your service please follow the instructions to copy the header into your service.
{{ govukOneLoginServiceHeader({
signOutFormAction: "/test-form-action",
signOutFormHiddenInputsHtml: '<input type="hidden" name="csrfToken" value="exampleCsrfToken12345">'
})}}
The code above is for reference for Nunjucks users only – if you do not use Nunjucks in your service please follow the instructions to copy the header into your service.