Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAbel committed Nov 28, 2023
1 parent 078d3ca commit dee60a9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion hosts/AspNetIdentity/Pages/Account/Login/Index.cshtml.cs
Expand Up @@ -12,7 +12,6 @@
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using static System.Runtime.InteropServices.JavaScript.JSType;

namespace IdentityServerHost.Pages.Login;

Expand Down
2 changes: 0 additions & 2 deletions hosts/AspNetIdentity/Pages/Telemetry.cs
@@ -1,5 +1,3 @@
using Duende.IdentityServer.Events;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using System.Diagnostics.Metrics;

namespace IdentityServerHost.Pages;
Expand Down
2 changes: 0 additions & 2 deletions hosts/Configuration/Pages/Telemetry.cs
@@ -1,5 +1,3 @@
using Duende.IdentityServer.Events;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using System.Diagnostics.Metrics;

namespace IdentityServerHost.Pages;
Expand Down
2 changes: 0 additions & 2 deletions hosts/EntityFramework/Pages/Telemetry.cs
@@ -1,5 +1,3 @@
using Duende.IdentityServer.Events;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using System.Diagnostics.Metrics;

namespace IdentityServerHost.Pages;
Expand Down
2 changes: 0 additions & 2 deletions hosts/main/Pages/Telemetry.cs
@@ -1,5 +1,3 @@
using Duende.IdentityServer.Events;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using System.Diagnostics.Metrics;

namespace IdentityServerHost.Pages;
Expand Down

0 comments on commit dee60a9

Please sign in to comment.