-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Password shouldn't be required for send_invite mode #38
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/freescout-helpdesk/freescout/blob/020c9e1b8f37da86879e18f138024e82803612b3/resources/views/users/create.blade.php#L73
I've wrapped
required autofocus
into@if (empty(old('send_invite')) && !empty(old('role'))) required autofocus @endif
, but most likely it's better to extract this condition into a variable.Browser (Chrome) doesn't allow to submit form with empty
required
field.The text was updated successfully, but these errors were encountered: