mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-28 22:15:06 +01:00
Add maxlength
to registration reason input (#33162)
This commit is contained in:
parent
30c2a6c01c
commit
7420f59f76
@ -62,6 +62,7 @@
|
||||
as: :text,
|
||||
hint: false,
|
||||
label: false,
|
||||
input_html: { maxlength: UserInviteRequest::TEXT_SIZE_LIMIT },
|
||||
required: Setting.require_invite_text,
|
||||
wrapper: :with_block_label
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user