diff --git a/app/controllers/api/account.php b/app/controllers/api/account.php index 3ced3d0696..0eeea0483b 100644 --- a/app/controllers/api/account.php +++ b/app/controllers/api/account.php @@ -757,7 +757,7 @@ App::post('/v1/account/sessions/magic-url') )) ; - $token // Hide secret for clients, sp + $token // Hide secret for clients ->setAttribute('secret', ($isPrivilegedUser || $isAppUser) ? $loginSecret : '');