Skip to content

Commit 75aafb4

Browse files
authored
Merge pull request #271 from spottedmahn/patch-2
Fix code sample on Features-Mvc-Core-Social-Logins.md
2 parents 129041d + 848a7b9 commit 75aafb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/Features-Mvc-Core-Social-Logins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In addition to social logins, ASP.NET Zero includes OpenId Connect Login integra
5858
"ClientId": "",
5959
"ClientSecret": "",
6060
"ValidateIssuer": "true",
61-
"ClaimsMapping: []
61+
"ClaimsMapping": []
6262
}
6363
```
6464

@@ -81,4 +81,4 @@ If you are using Azure AD for OpenID Connect and your app is multi-tenant on Azu
8181

8282
## Next
8383

84-
* [Two Factor Authentication](Features-Mvc-Core-Two-Factor-Authentication)
84+
* [Two Factor Authentication](Features-Mvc-Core-Two-Factor-Authentication)

0 commit comments

Comments
 (0)