Skip to content

Commit b5f5cfa

Browse files
authored
Merge pull request #270 from spottedmahn/patch-1
Fix code sample in Features-Angular-Social-Logins.md
2 parents 75aafb4 + 654775a commit b5f5cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/Features-Angular-Social-Logins.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ASP.NET Zero supports social media logins and external logins as well. To enable
2626
"Authority": "",
2727
"LoginUrl": "",
2828
"ValidateIssuer": "true",
29-
"ClaimsMapping: []
29+
"ClaimsMapping": []
3030
},
3131
"WsFederation": {
3232
"IsEnabled": "false",
@@ -64,7 +64,7 @@ In addition to social logins, ASP.NET Zero includes OpenId Connect Login integra
6464
"Authority": "",
6565
"LoginUrl": "",
6666
"ValidateIssuer": "true",
67-
"ClaimsMapping: []
67+
"ClaimsMapping": []
6868
}
6969
```
7070

0 commit comments

Comments
 (0)