Your request is not yet complete.
++ You can start the cosigning immediately by clicking the button below. +
++ + + +
++ We've sent an email with a cosign request to + info@example.com. Once the submission has + been cosigned we will start processing your request. +
++ If you need to contact us about this submission, you can use the reference + OF-1234. +
+ `, + mainWebsiteUrl: 'https://example.com', + paymentUrl: '', + }, + argTypes: { + paymentUrl: {control: false}, + }, + parameters: { + formContext: { + form: buildForm({ + cosignLoginOptions: [ + { + identifier: 'digid', + label: 'DigiD', + url: 'http://localhost:8000/auth/digid/?next=http://localhost:8000/cosign&code=123', + logo: { + title: 'DigiD simulatie', + imageSrc: './digid.png', + href: 'https://www.digid.nl/', + appearance: 'dark', + }, + isForGemachtigde: false, + }, + ], + }), + }, + reactRouter: { + location: {state: {}}, + }, + }, +}; + +export const Default = { + name: 'Submission completed', +}; diff --git a/src/components/PostCompletionViews/PostCompletionView.jsx b/src/components/PostCompletionViews/PostCompletionView.jsx index a3a9de15e..648a08ab9 100644 --- a/src/components/PostCompletionViews/PostCompletionView.jsx +++ b/src/components/PostCompletionViews/PostCompletionView.jsx @@ -42,7 +42,7 @@ const PostCompletionView = ({