We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21b847 commit 3661caeCopy full SHA for 3661cae
contributor_docs/public_api.md
@@ -217,3 +217,16 @@ No body
217
|---------------|-------------------------|
218
| 200 OK | Sketch has been deleted |
219
| 404 Not Found | Sketch does not exist |
220
+
221
222
+### Enabling Access Token UI in Settings Page
223
224
+To enable the Access Token UI in the Settings page, follow these steps:
225
226
+1. Navigate to the `.env` file in your project.
227
+2. Locate the line specifying UI_ACCESS_TOKEN_ENABLED.
228
+3. Set the value to `true`, as shown below:
229
230
+```bash
231
+UI_ACCESS_TOKEN_ENABLED=true
232
0 commit comments