mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-15 07:36:47 +00:00
✨ feat(form): add checkbox for agreement to club statutes and email input for updates in profile section
This commit is contained in:
@@ -9,4 +9,6 @@ class ApplicationForm extends Form
|
||||
{
|
||||
#[Validate('nullable|string')]
|
||||
public $reason = '';
|
||||
#[Validate('boolean|in:true')]
|
||||
public $check = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user