lahaxearnaud / laravel-u2f

Laravel U2F support
MIT License
52 stars 22 forks source link

Call to undefined method Illuminate\Session\Store::first() in the login page #26

Closed gouseferoz closed 5 years ago

gouseferoz commented 5 years ago

I am using Laravel 5.7. In the login page, when i hit login without any value in the form, i see this error.

I also see this when i provide some data in it too. It used to work well I dont know what's causing it.

image

lahaxearnaud commented 5 years ago

Hello @gouseferoz,

Are you sure that the issue is related to laravel-u2f ? The auth/login.blade.php file is not provided by this package.

What version of laravel-u2f are you using ? composer why lahaxearnaud/laravel-u2f

Arnaud

lahaxearnaud commented 5 years ago

I can't reproduce your issue.

You can take a look at the project lahaxearnaud/laravel-u2f-example.

Perhaps I miss the point.

Arnaud