From 654775a317a3272fc7d7de485140b15e189738db Mon Sep 17 00:00:00 2001 From: Michael DePouw Date: Tue, 1 Aug 2023 15:15:31 -0400 Subject: [PATCH] Fix code sample in Features-Angular-Social-Logins.md --- docs/en/Features-Angular-Social-Logins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Features-Angular-Social-Logins.md b/docs/en/Features-Angular-Social-Logins.md index 025d9111..1e8dc061 100644 --- a/docs/en/Features-Angular-Social-Logins.md +++ b/docs/en/Features-Angular-Social-Logins.md @@ -26,7 +26,7 @@ ASP.NET Zero supports social media logins and external logins as well. To enable "Authority": "", "LoginUrl": "", "ValidateIssuer": "true", - "ClaimsMapping: [] + "ClaimsMapping": [] }, "WsFederation": { "IsEnabled": "false", @@ -64,7 +64,7 @@ In addition to social logins, ASP.NET Zero includes OpenId Connect Login integra "Authority": "", "LoginUrl": "", "ValidateIssuer": "true", - "ClaimsMapping: [] + "ClaimsMapping": [] } ```