You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: