Working state but no uploads
This commit is contained in:
@@ -172,12 +172,14 @@ return [
|
||||
PasswordResetServiceInterface $passwordResetService,
|
||||
AuthServiceInterface $authService,
|
||||
FlashServiceInterface $flash,
|
||||
ClientIpResolver $clientIpResolver,
|
||||
): PasswordResetController {
|
||||
return new PasswordResetController(
|
||||
$twig,
|
||||
$passwordResetService,
|
||||
$authService,
|
||||
$flash,
|
||||
$clientIpResolver,
|
||||
rtrim($_ENV['APP_URL'] ?? 'http://localhost', '/'),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user