This commit is contained in:
2020-07-29 15:27:18 +02:00
6 changed files with 66 additions and 6 deletions
@@ -212,6 +212,7 @@ class UserController extends Controller
/*******************************************/
public function showLogin() {
Auth::logout();
return Response::detect("users.login");
}