1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

remove excess comments

This commit is contained in:
jng
2023-08-17 15:11:17 -04:00
parent 9a2a7ef6cb
commit d5578404cb

View File

@@ -75,7 +75,6 @@ navigator.credentials.create = async (
const response = await messenger.request(
{
type: MessageType.CredentialCreationRequest,
// TODO: Fix sameOriginWithAncestors!
data: WebauthnUtils.mapCredentialCreationOptions(
options,
window.location.origin,
@@ -111,7 +110,6 @@ navigator.credentials.get = async (
const response = await messenger.request(
{
type: MessageType.CredentialGetRequest,
// TODO: Fix sameOriginWithAncestors!
data: WebauthnUtils.mapCredentialRequestOptions(
options,
window.location.origin,