mirror of
https://github.com/bitwarden/browser
synced 2025-01-04 14:22:50 +01:00
remove excess comments
This commit is contained in:
parent
9a2a7ef6cb
commit
d5578404cb
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user