mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-26 11:02:31 +01:00
Merge pull request #1893 from pterodactyl/feature/issue-1891
Change to new password and fix #1891
This commit is contained in:
commit
323c3e4689
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user