Commit 2e8f9e68 authored by Adam Langley's avatar Adam Langley

webauthn: fix typo in error message.

Change-Id: I41aa3d4be8cbd16c9ed78cd888b0341dedc8727a
Reviewed-on: https://chromium-review.googlesource.com/1028353Reviewed-by: default avatarBalazs Engedy <engedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553686}
parent 4aa2044c
...@@ -83,7 +83,7 @@ class ScopedPromiseResolver { ...@@ -83,7 +83,7 @@ class ScopedPromiseResolver {
// so go out on a limb and try to provide an actionable error message. // so go out on a limb and try to provide an actionable error message.
resolver_->Reject(DOMException::Create( resolver_->Reject(DOMException::Create(
kNotSupportedError, kNotSupportedError,
"The user agent either does not implement a password store or does" "The user agent either does not implement a password store or does "
"not support public key credentials.")); "not support public key credentials."));
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment