Skip to content

Commit 88c0c52

Browse files
authored
Update blazor.mdx missing )
Missing a closing parenthesis won't compile
1 parent 255ab89 commit 88c0c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/bff/getting-started/blazor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Then you need to configure the application to use the BFF Blazor application. Ad
6969

7070
options.TokenValidationParameters.NameClaimType = "name";
7171
options.TokenValidationParameters.RoleClaimType = "role";
72-
}
72+
})
7373
.WithDefaultCookieOptions(options =>
7474
{
7575
// Because we use an identity server that's configured on a different site

0 commit comments

Comments
 (0)