Skip to content

Commit

Permalink
Update ServerController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurager authored Dec 6, 2024
1 parent 8adcdd3 commit 514cc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/ServerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function attach(Request $request): Response|JsonResponse|RedirectResponse

// Compare checksums
try {
$this->server->verifyAttachChecksum($broker_id, $token, $checksum)
$this->server->verifyAttachChecksum($broker_id, $token, $checksum);
} catch (\Exception $e) {
return response(trans('passport::errors.invalid_checksum'), 400);
}
Expand Down

0 comments on commit 514cc6c

Please sign in to comment.