Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SocialAndLocalAccounts/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The XML required to generate this step is:
```

The combined sign in and sign up page is treated specially by Azure AD B2C, since it presents a sign up link that can take the user to the sign up step.
This is achieved with the following two lines:
This is achieved with the following line:

```xml
<OrchestrationStep Order="1" Type="CombinedSignInAndSignUp" ContentDefinitionReferenceId="api.signuporsignin">
Expand Down