Skip to content

Commit

Permalink
Ignore "extensions" for PublicKeyCredentialCreationOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
yaraki committed Jul 24, 2023
1 parent 2fdc9a3 commit be9ca69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ class AuthApi @Inject constructor(
parseSelection(reader)
)
"rp" -> builder.setRp(parseRp(reader))
"extensions" -> reader.skipValue() // Unused
}
}
reader.endObject()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ class AuthApi @Inject constructor(
parseSelection(reader)
)
"rp" -> builder.setRp(parseRp(reader))
"extensions" -> reader.skipValue() // Unused
}
}
reader.endObject()
Expand Down

0 comments on commit be9ca69

Please sign in to comment.