0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

chore(console): remove m2m app guide content feature switch (#4950)

This commit is contained in:
Darcy Ye 2023-11-22 16:36:32 +08:00 committed by GitHub
parent 9a1a88cac0
commit 035ef65ac9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,8 +113,7 @@ Here is an example of using cURL to send a GET request to get items in your shop
</pre>
</Step>
{ isDevFeaturesEnabled ? (
<Step title="Enable admin access" subtitle="(optional)">
<Step title="Enable admin access" subtitle="(optional)">
### Accessing Logto Management API
@ -138,16 +137,5 @@ Here is an example of using cURL to send a GET request to get items in your shop
style={{ borderRadius: '6px' }}
/>
</Step>
) : (
<Step title="Enable admin access" subtitle="(optional)">
### Accessing Logto Management API
If you want to use this m2m app to access Logto [Management API](https://docs.logto.io/docs/references/core/#management-api), you will also need to enable "admin access" for you application.
<EnableAdminAccess />
</Step>
)}
</Step>
</Steps>