mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
🚀 feat(form): simplify validation for check property in ApplicationForm and add alert for agreement in profile view.
This commit is contained in:
@@ -9,6 +9,6 @@ class ApplicationForm extends Form
|
||||
{
|
||||
#[Validate('nullable|string')]
|
||||
public $reason = '';
|
||||
#[Validate('boolean|in:true')]
|
||||
#[Validate('boolean')]
|
||||
public $check = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user