Fix form password + remove branding

This commit is contained in:
Julien Nahum
2024-01-16 18:27:58 +01:00
parent bd5fa87997
commit 07dbc3adf3
2 changed files with 12 additions and 7 deletions

View File

@@ -85,6 +85,7 @@ class FormResource extends JsonResource
'is_password_protected' => true,
'has_password' => $this->has_password,
'width' => 'centered',
'no_branding' => $this->no_branding,
'properties' => []
];
}