We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2e602 commit 02d4583Copy full SHA for 02d4583
src/AspNetIdentity/src/ResourceOwnerPasswordValidator.cs
@@ -1,4 +1,4 @@
1
-// Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
+// Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
2
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3
4
@@ -7,9 +7,7 @@
7
using Microsoft.AspNetCore.Identity;
8
using Microsoft.Extensions.Logging;
9
using System.Threading.Tasks;
10
-using static IdentityModel.OidcConstants;
11
-using IdentityServer4.Services;
12
-using IdentityServer4.Events;
+using static Duende.IdentityModel.OidcConstants;
13
14
namespace IdentityServer4.AspNetIdentity
15
{
0 commit comments