Skip to content

Commit

Permalink
Refactors
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Jun 12, 2024
1 parent 1278666 commit 3c6e2a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
11 changes: 1 addition & 10 deletions ShockOsc/ShockOsc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,9 @@
<Content Update="wwwroot\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Update="Resources\Icon512.png">
<None Update="Resources\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Resources\Logo512.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Resources\openshock-icon.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<Content Update="wwwroot\photino.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion ShockOsc/Ui/Pages/Dash/DashLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
{
if (!AuthService.Authenticated)
{
Console.WriteLine("fdsfdsfdsfdsfds");
NavigationManager.NavigateTo("/", true, true);
return;
}
Expand Down
13 changes: 0 additions & 13 deletions ShockOsc/Ui/Pages/Dash/Tabs/TabType.cs

This file was deleted.

0 comments on commit 3c6e2a8

Please sign in to comment.