diff --git a/frontend/src/features/public-form/components/PublicFormWrapper.tsx b/frontend/src/features/public-form/components/PublicFormWrapper.tsx index 385c1b0bff..8065f28c63 100644 --- a/frontend/src/features/public-form/components/PublicFormWrapper.tsx +++ b/frontend/src/features/public-form/components/PublicFormWrapper.tsx @@ -39,7 +39,14 @@ export const PublicFormWrapper = ({ }) return ( - + {isAuthRequired ? null : } {children}