Version 0.7.0 #1
@ -22,7 +22,7 @@ final class AuthController extends Controller
|
|||||||
return view('public/login');
|
return view('public/login');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function authorization(AuthorizationRequest $request)
|
public function authorization(AuthorizationRequest $request): RedirectResponse
|
||||||
{
|
{
|
||||||
$authorization = $request->getDto();
|
$authorization = $request->getDto();
|
||||||
$result = $this->authService->authorization($authorization);
|
$result = $this->authService->authorization($authorization);
|
||||||
|
Loading…
Reference in New Issue
Block a user