Skip to content

Commit

Permalink
Fix step numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz authored Jan 22, 2024
1 parent ad8c948 commit 751a96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flows.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Possible error responses are indicated using the HTTP status codes `423` and `40

### Step 10: Client Logs User In {#step-10-client-logs-user-in}

If the security checks pass in Step 10 and 11, the SDK calls `{Client}\TrustedLogin\Endpoint::login()` to log the support user in.
If the security checks pass in Step 8 and 9, the SDK calls `{Client}\TrustedLogin\Endpoint::login()` to log the support user in.

The user is logged-in by calling `wp_set_current_user()`, `wp_set_auth_cookie()` and `do_action( 'wp_login' )`.

Expand Down

0 comments on commit 751a96f

Please sign in to comment.