Skip to content

Commit

Permalink
Format Base64UrlConverter
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcarbon committed Nov 12, 2024
1 parent 6b3bf89 commit e11a2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Fido2.Models/Converters/Base64UrlConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public override byte[] Read(ref Utf8JsonReader reader, Type typeToConvert, JsonS
{
if (EnableRelaxedDecoding)
{
return Base64Url.DecodeFromUtf8(source);
return Base64Url.DecodeFromUtf8(source);
}
else
{
Expand Down

0 comments on commit e11a2fd

Please sign in to comment.