Add a description on top of oauth_client_request form
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3549779. -->
Reported by: [saidatom](https://www.drupal.org/user/1846674)
Related to !9
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>On top of the oauth_client_request form, render the oauth_client_request_type label and description, so that the user understands what is requested.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ol>
<li>Log in as a user with permissions to request OAuth clients</li>
<li>Navigate to the OAuth client request form:
<ul>
<li>Go to <code>/user/{USER_ID}/edit/oauth/add</code> to see available types</li>
<li>Or directly to <code>/user/{USER_ID}/edit/oauth/add/{TYPE_ID}</code> (e.g., <code>/user/1/edit/oauth/add/type1</code>)</li>
</ul>
</li>
<li>Look for the request type label (as <code>&lt;h3&gt;</code>) and description (as <code>&lt;p&gt;</code>) at the top of the form, above the other form fields</li>
</ol>
<p>If you have an existing request, you can also check the edit form at <code>/user/{USER_ID}/edit/oauth/manage/{REQUEST_ID}</code> to see the type info displayed there as well.</p>
issue