Visanduma / nova-two-factor

Laravel nova in-dashboard 2FA feature
56 stars 31 forks source link

Fix styles for Nova 4.33 and > #57

Closed scramatte closed 6 months ago

scramatte commented 6 months ago

Hi,

I've just forked your package to fix form styles for nova 4.33

When I run "npm run watch" it runs without issue but I can't see any changes I've applied to your .vue components files. I've clean up my browser and laravel cache but I still see original forms.

Any ideas ?

Regards

scramatte commented 6 months ago

My issue was related to middleware forms , and I've just seen that you use blade file instead of .vue component. I've just fix input class here and now it works