Auth::check()
craftercis opened this issue · 0 comments
craftercis commented
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?