Skip to content

Commit

Permalink
sf key
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystianKempski committed Aug 5, 2024
1 parent 281b4b6 commit 10e8a26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions DagoniteEmpire/Pages/Components/EquipmentComponent.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@inject ITraitRepository<TraitEquipmentDTO> _traitEquipmentRepository
@inject IUserService _userService
<div class="equipment">
<h3 class="my-3 ml-3 text-center">EQUIPMENT</h3>
<div class="table-container">
Expand Down Expand Up @@ -71,6 +72,8 @@
<div class="buttons-row">
<button @onclick="@(()=>AddCustomEquipment())" class="add-trait">Add new</button>
<button @onclick="@(()=>AddExistingEquipment())" class="add-trait">Existing items</button>
@* @if()
<button @onclick="@(()=>GoToItemPage())" class="add-trait">Existing items</button> *@
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion DagoniteEmpire/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
var app = builder.Build();


Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense(builder.Configuration["SyncfusionKey"]);
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense(builder.Configuration["Ngo9BigBOggjHTQxAR8/V1NAaF5cWWJCf1FpRmJGdld5fUVHYVZUTXxaS00DNHVRdkdnWXdedXVTRWRYUkZ/WEQ="]);



Expand Down
Binary file not shown.

0 comments on commit 10e8a26

Please sign in to comment.