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 redirect back to the page the user click the button to sign in. I tried
'redirect_url' => Redirect::guest('login'),
but not working any suggestions?
I want to redirect back to the page the user click the button to sign in. I tried
'redirect_url' => Redirect::guest('login'),
but not working any suggestions?