antonioribeiro/google2fa-laravel

Auth::check()

craftercis opened this issue · 0 comments

Hello.

I want to hide the buttons on the navbar until the user has filled in his OTP. Now when the OTP page is visible the user is already logged in and Auth::check() thinks its an auth user.

How can I check in my blade when the user has filled in his OTP successfully?