issues
search
savannabits
/
jig
Readily Configured Starter Template to quickly setup Jetstream Inertia Generator
https://github.com/coolsam726/jetstream-inertia-generator
10
stars
5
forks
source link
Bug Fixes on the User Module
#4
Closed
coolsam726
closed
2 years ago
coolsam726
commented
2 years ago
The generated user module had some bugs:
The create form was requiring assigned roles which is not applicable any more
The password field was rendering as a
time
field instead of
password
type.
Password confirmation was not being captured in the submitted js form, causing validation failure. This pull request fixes these bugs.
The generated user module had some bugs: