From be4654561323041e61431ab7f0ca27a4b4952783 Mon Sep 17 00:00:00 2001 From: Tana M Berry Date: Wed, 30 Apr 2025 17:17:34 -0500 Subject: [PATCH] tweak to remove gerunds --- website/docs/add-secure-apps/providers/oauth2/device_code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/add-secure-apps/providers/oauth2/device_code.md b/website/docs/add-secure-apps/providers/oauth2/device_code.md index 251e2122d0..d51333de20 100644 --- a/website/docs/add-secure-apps/providers/oauth2/device_code.md +++ b/website/docs/add-secure-apps/providers/oauth2/device_code.md @@ -50,7 +50,7 @@ If the user has not opened the link above yet, or has not finished the authentic If the user _has_ finished the authentication and authorization, the response will be similar to any other generic OAuth2 Token request, containing `access_token` and `id_token`. -### Creating and applying a device code flow +### Create and apply a device code flow 1. Log in to authentik as an admin, and open the authentik Admin interface. 2. Navigate to **Flows and Stages** > **Flows** and click **Create**.