Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mumby0168 committed Oct 31, 2021
1 parent efd7eab commit 487ce88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Program
builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri(builder.HostEnvironment.BaseAddress) });

builder.Services.AddAuthorizationCore();
builder.Services.AddBlazoredAzureStaticWebApp();
builder.Services.AddBlazoredAzureStaticWebAppsAuthentication();

await builder.Build().RunAsync();
}
Expand Down

0 comments on commit 487ce88

Please sign in to comment.