Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix webauthn autocomplete token example #8020

Merged
merged 1 commit into from
Jun 17, 2022

Conversation

nsatragno
Copy link
Contributor

@nsatragno nsatragno commented Jun 17, 2022

The example incorrectly spelled autocomplete="password webauthn". Fix
it to autocomplete="current-password webauthn".

This is an editorial change.

Fixes #8019


💥 Error: 500 Internal Server Error 💥

PR Preview failed to build. (Last tried on Jun 17, 2022, 6:36 PM UTC).

More

PR Preview relies on a number of web services to run. There seems to be an issue with the following one:

🚨 HTML Diff Service - The HTML Diff Service is used to create HTML diffs of the spec changes suggested in a pull request.

🔗 Related URL

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator at 
 sysreq@w3.org to inform them of the time this error occurred,
 and the actions you performed just before this error.</p>
<p>More information about this error may be available
in the server error log.</p>
</body></html>

If you don't have enough information above to solve the error by yourself (or to understand to which web service the error is related to, if any), please file an issue.

The example incorrectly spelled `autocomplete="password webauthn"`. Fix
it to `autocomplete="current-password webauthn"`.

Fixed: 8019
@nsatragno
Copy link
Contributor Author

@domenic, please take a look. Thank you! ^_^

Copy link
Member

@domenic domenic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

@domenic domenic marked this pull request as ready for review June 17, 2022 18:40
@domenic domenic merged commit bfa6f2f into whatwg:main Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect autocomplete token in example
2 participants