Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmwolmarans authored Jan 22, 2025
1 parent 91b3c9a commit 77355f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion me/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using me.Helpers;
using Ganss.XSS;

Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("${SK_KEY}");
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("${SF_KEY}");

var builder = WebAssemblyHostBuilder.CreateDefault(args);
builder.RootComponents.Add<App>("#app");
Expand Down

0 comments on commit 77355f5

Please sign in to comment.