File manager - Edit - /var/www/payraty/helpdesk/common/Auth/Fortify/LoginResponse.php
Back
<?php namespace Common\Auth\Fortify; use Common\Core\Bootstrap\BootstrapData; use Illuminate\Http\JsonResponse; use Illuminate\Support\Facades\Auth; use Laravel\Fortify\Contracts\LoginResponse as LoginResponseContract; class LoginResponse implements LoginResponseContract { public function toResponse($request): JsonResponse { if ($request->get('password') && settings('single_device_login')) { Auth::logoutOtherDevices($request->get('password')); } $data = app(BootstrapData::class) ->init() ->getEncoded(); return response()->json([ 'bootstrapData' => $data, 'two_factor' => false, ]); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings