Commit 3e1f8b51 authored by Ryo Yamashita's avatar Ryo Yamashita Committed by Yas Naoi
Browse files

Issue #3321709 by Ryo Yamashita, yas: Fix "Client authentication failed" error...

Issue #3321709 by Ryo Yamashita, yas: Fix "Client authentication failed" error when push login button on Cloud Dashboard
parent 13214aee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ class CloudDashboardConfigController extends ControllerBase {
        'label' => 'Cloud Dashboard',
      ]);
    if (!empty($entities)) {
      return new JsonResponse(['id' => current($entities)->get('uuid')->value]);
      return new JsonResponse(['id' => current($entities)->get('client_id')->value]);
    }

    // If none of the above, return an error.