You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app/Http/Controllers/Auth
Your Name 10559c23e3 Fix larastan noAuthFacadeInRequestScope in LoginController
Replace Auth::check() with $request->user() !== null in confirmEmail(),
which already has the request in scope, and drop the now-unused Auth
facade import. Resolves the 2 remaining project-wide larastan errors.
2 weeks ago
..
ForgotPasswordController.php refactor: add return type declarations to controller methods 1 month ago
LoginController.php Fix larastan noAuthFacadeInRequestScope in LoginController 2 weeks ago
RegisterController.php Refactor Auth, remove expensive middleware 2 weeks ago
ResetPasswordController.php Update ResetPasswordController 2 weeks ago