Skip to content

Commit 5c080ac

Browse files
committed
Fix namespace
1 parent e3db998 commit 5c080ac

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Identity/Core/src/Passkeys/AuthenticatorSelectionCriteria.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
namespace Microsoft.AspNetCore.Identity.Passkeys;
4+
namespace Microsoft.AspNetCore.Identity;
55

66
/// <summary>
77
/// Used to specify requirements regarding authenticator attributes.

src/Identity/Core/src/Passkeys/PublicKeyCredentialCreationOptions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using System.Text.Json;
5-
using Microsoft.AspNetCore.Identity.Passkeys;
65

76
namespace Microsoft.AspNetCore.Identity;
87

0 commit comments

Comments
 (0)