API: Accept "redirect_uris" as both array and string
This commit is contained in:
@@ -70,10 +70,9 @@ class Error extends BaseFactory
|
||||
System::jsonError(422, $errorObj->toArray());
|
||||
}
|
||||
|
||||
public function Unauthorized(string $error = '')
|
||||
public function Unauthorized(string $error = '', string $error_description = '')
|
||||
{
|
||||
$error = $error ?: $this->l10n->t('Unauthorized');
|
||||
$error_description = '';
|
||||
$errorObj = new \Friendica\Object\Api\Mastodon\Error($error, $error_description);
|
||||
|
||||
$this->logError(401, $error);
|
||||
|
||||
Reference in New Issue
Block a user