Merge branch 'develop' of https://github.com/Pterodactyl/Panel into develop

This commit is contained in:
Dane Everitt
2020-04-09 22:08:16 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ class AccountController extends ClientApiController
{
$this->updateService->handle($request->user(), $request->validated());
$this->sessionGuard->logoutOtherDevices($request->input('current_password'));
$this->sessionGuard->logoutOtherDevices($request->input('password'));
return JsonResponse::create([], Response::HTTP_NO_CONTENT);
}