Skip to content

Commit c7ea1c5

Browse files
Update astro/src/content/docs/bff/fundamentals/options.md
Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
1 parent 0ba816c commit c7ea1c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro/src/content/docs/bff/fundamentals/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The sections below show complete, annotated options blocks for the most common d
3333
```csharp
3434
builder.Services.AddBff(options =>
3535
{
36-
// Required for production — obtain from the Duende licensing portal
36+
// Required for production
3737
options.LicenseKey = builder.Configuration["Duende:LicenseKey"];
3838

3939
// Revoke refresh tokens on logout (default: true — keep enabled)

0 commit comments

Comments
 (0)