Update InternalApiController, limit remote profile ui to remote profiles

pull/2083/head
Daniel Supernault 5 years ago
parent 6ac7f4ffcc
commit d918a68e8b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -422,6 +422,7 @@ class InternalApiController extends Controller
public function remoteProfile(Request $request, $id)
{
$profile = Profile::whereNull('status')
->whereNotNull('domain')
->findOrFail($id);
$user = Auth::user();

Loading…
Cancel
Save