Skip to content

Commit f5d78e2

Browse files
committed
PR feedback
1 parent c232673 commit f5d78e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Identity/Core/src/DefaultPasskeyHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ protected virtual async Task<PasskeyAttestationResult> PerformAttestationCoreAsy
360360
/// <returns>A task object representing the asynchronous operation containing the <see cref="PasskeyAssertionResult{TUser}"/>.</returns>
361361
protected virtual async Task<PasskeyAssertionResult<TUser>> PerformAssertionCoreAsync(PasskeyAssertionContext<TUser> context)
362362
{
363-
// See https://www.w3.org/TR/webauthn-3/#sctn-registering-a-new-credential
363+
// See https://www.w3.org/TR/webauthn-3/#sctn-verifying-assertion
364364
// NOTE: Quotes from the spec may have been modified.
365365
// NOTE: Steps 1-3 are expected to have been performed prior to the execution of this method.
366366

0 commit comments

Comments
 (0)