Skip to content

Commit 02d4583

Browse files
committed
refactor: use Duende.IdentityModel
1 parent bb2e602 commit 02d4583

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/AspNetIdentity/src/ResourceOwnerPasswordValidator.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
1+
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33

44

@@ -7,9 +7,7 @@
77
using Microsoft.AspNetCore.Identity;
88
using Microsoft.Extensions.Logging;
99
using System.Threading.Tasks;
10-
using static IdentityModel.OidcConstants;
11-
using IdentityServer4.Services;
12-
using IdentityServer4.Events;
10+
using static Duende.IdentityModel.OidcConstants;
1311

1412
namespace IdentityServer4.AspNetIdentity
1513
{

0 commit comments

Comments
 (0)