marco-easyprog
Results
1
comments of
marco-easyprog
trafficstars
It only works if, during login, you save "auth.password_confirmed_at" with time() in the user's session. In the AuthenticatedSessionController, add the following line to the store function: `$request->session()->put('auth.password_confirmed_at', time());` And in...