Return the application fields
This commit is contained in:
parent
0b9c934cad
commit
6dc2988c0f
|
@ -39,6 +39,6 @@ class VerifyCredentials extends BaseApi
|
||||||
DI::mstdnError()->Unauthorized();
|
DI::mstdnError()->Unauthorized();
|
||||||
}
|
}
|
||||||
|
|
||||||
System::jsonExit($application['id']);
|
System::jsonExit(DI::mstdnApplication()->createFromApplicationId($application['id']));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue