Skip to content

Commit 33d0129

Browse files
authored
fix the cognito image
1 parent a878ad6 commit 33d0129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/aws/services/cognito.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Replace `<client_id>` with the ID of your existing user pool client (for example
324324
325325
The login form should look similar to the screenshot below:
326326
327-
![Cognito Login Form](/images/aws/cognito-login-form.png)
327+
![Cognito Login Form](/images/aws/cognitoLogin.png)
328328
329329
Upon successful login, the page will automatically redirect to the designated `<redirect_uri>`, with an appended path parameter `?code=<code>`.
330330
For instance, the redirect URL might look like `http://example.com?code=test123`.

0 commit comments

Comments
 (0)