Skip to content

Commit 7ef7bb1

Browse files
authored
Update custom-policy-disable-email-verification.md
XML formating
1 parent e3cc03e commit 7ef7bb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory-b2c/custom-policy-disable-email-verification.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ The **LocalAccountSignUpWithLogonEmail** technical profile is a [self-asserted](
3434
<TechnicalProfile Id="SelfAsserted-LocalAccountSignin-Email">
3535
<Metadata>
3636
<Item Key="EnforceEmailVerification">false</Item>
37-
</Metadata>
38-
</TechnicalProfile>
39-
</TechnicalProfiles>
40-
</ClaimsProvider>
37+
</Metadata>
38+
</TechnicalProfile>
39+
</TechnicalProfiles>
40+
</ClaimsProvider>
4141
```
4242

4343
## Test the custom policy

0 commit comments

Comments
 (0)