Skip to content

Commit 055a4a3

Browse files
unatasha8vinckr
authored andcommitted
chore: Fix image path for device authorization flow
1 parent 6511171 commit 055a4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/oauth2-oidc/device-authorization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Here is the high-level overview for the device authorization grant flow:
2424
1. In the meantime, the device polls the authorization server. Once the user authenticates and grants access, the authenicaton server
2525
sends an access token to the device, which is used to access the protected resource.
2626

27-
![Device authorization flow](/_static/deviceAuthFlow.png)
27+
![Device authorization flow](./_static/deviceAuthFlow.png)
2828

2929
### Step 1: Device requests authorization
3030

0 commit comments

Comments
 (0)