Skip to content

Commit 6d968c2

Browse files
committed
Do not make this private
1 parent a3d8bd0 commit 6d968c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Fido2.Models/CredentialCreateOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ public class AuthenticatorSelection
241241
[JsonPropertyName("residentKey")]
242242
public ResidentKeyRequirement ResidentKey
243243
{
244-
private get => _residentKey;
244+
get => _residentKey;
245245
set
246246
{
247247
_residentKey = value;

0 commit comments

Comments
 (0)