Skip to content

Commit 3a831cc

Browse files
fix: add services sample formatting in js-with-backend.mdx
1 parent 382da31 commit 3a831cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro/src/content/docs/identityserver/quickstarts/javascript-clients/js-with-backend.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Add the following to `src/JavaScriptClient/Program.cs`:
125125
options.SaveTokens = true;
126126
options.GetClaimsFromUserInfoEndpoint = true;
127127
options.MapInboundClaims = false;
128-
}
128+
})
129129
.ConfigureCookies(options => options.Cookie.SameSite = SameSiteMode.Strict)
130130
.AddRemoteApis();
131131

0 commit comments

Comments
 (0)