Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 15, 2021
1 parent b25bae7 commit e8aebce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/docs/self-service/flows/user-login.mdx
Expand Up @@ -174,8 +174,8 @@ The Login Flow for client-side browser clients relies on AJAX requests.
interactions={['"Log in"']}
/>

To initialize the Login Flow, call the login initialization endpoint and
set `Accept: application/json`:
To initialize the Login Flow, call the login initialization endpoint and set
`Accept: application/json`:

```shell-session
$ curl -v -s -X GET \
Expand Down Expand Up @@ -475,8 +475,7 @@ $ curl -H "Accept: application/json" -s \

The form payloads are then submitted to Ory Kratos which follows up with:

- An HTTP 302 Found redirect pointing to the Login UI for Browser
Clients;
- An HTTP 302 Found redirect pointing to the Login UI for Browser Clients;
- An `application/json` response for API Clients and Client-Side Browser
applications (e.g. Single Page Apps).

Expand Down

0 comments on commit e8aebce

Please sign in to comment.