website/docs: fix typo in device code auth example (#12331)

This commit is contained in:
Dylan Kauling
2024-12-12 03:47:57 -05:00
committed by GitHub
parent 006766cd3c
commit ddd3b0557e

View File

@ -20,7 +20,7 @@ Host: authentik.company
Content-Type: application/x-www-form-urlencoded
client_id=application_client_id&
scopes=openid email my-other-scope
scope=openid email my-other-scope
```
The response contains the following fields: