Skip to content

Commit 6b5317b

Browse files
committed
Improve comment
1 parent ae78ebb commit 6b5317b

File tree

1 file changed

+1
-1
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/Account/Shared

1 file changed

+1
-1
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/Account/Shared/PasskeySubmit.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ customElements.define('passkey-submit', class extends HTMLElement {
9292
if (useConditionalMediation || error.name === 'AbortError') {
9393
// We do not relay the error to the user if:
9494
// 1. We are attempting conditional mediation, meaning the user did not initiate the operation.
95-
// 2. The user explicitly canceled the operation and aborting the operation is expected.
95+
// 2. The user explicitly canceled the operation.
9696
return;
9797
}
9898
const errorMessage = error.name === 'NotAllowedError' ? 'Unable to authenticate.' : error.message;

0 commit comments

Comments
 (0)