File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/Http/Controllers/Api/Client Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public function updatePassword(UpdatePasswordRequest $request): \Illuminate\Http
7878 {
7979 $ this ->updateService ->handle ($ request ->user (), $ request ->validated ());
8080
81- $ this ->sessionGuard ->logoutOtherDevices ($ request ->input ('current_password ' ));
81+ $ this ->sessionGuard ->logoutOtherDevices ($ request ->input ('password ' ));
8282
8383 return JsonResponse::create ([], Response::HTTP_NO_CONTENT );
8484 }
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export default ({ children }: Props) => (
2828 </ ContentContainer >
2929 < ContentContainer className = { 'mb-4' } >
3030 < p className = { 'text-right text-neutral-500 text-xs' } >
31- © 2015 - 2019
31+ © 2015 - 2020
3232 < a
3333 rel = { 'noopener nofollow' }
3434 href = { 'https://pterodactyl.io' }
You can’t perform that action at this time.
0 commit comments