akukoder / fortify-tabler-admin

Fortify Tabler Admin is a Laravel Fortify UI preset, built with an open source Tabler Admin Theme.
MIT License
14 stars 4 forks source link

Username is required (auth.register) #4

Closed hakimj96 closed 2 years ago

hakimj96 commented 2 years ago

Register auth require name, username, email and password. First time register I got "Username is required" but the name field is already filled. So what I did was by adding one more input for username, and walla, can register!

[here is the image Before adding one more input field]

image

[here is the image After adding one more input field]

image

but still cannot view dashboard because of another error [Undefined variable $slot]. Maybe I forgot something, let me check first

image
syahzul commented 2 years ago

It seems that I've missed that part. I'll push the fix later.

Thanks.