We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The app shows a generic error message when a user attempts to create a new browser key with an invalid pattern.
The error message from the server (invalid key pattern) should be surfaced to the user or the pattern should be validated client-side.
The text was updated successfully, but these errors were encountered:
what did you do to create this error? I'm curious what server side checks we do that may not be possible on the client.
Sorry, something went wrong.
I attempted to add a browser key with a pattern of *.
*
I think the problem is mainly that there isn't any validation
No branches or pull requests
The app shows a generic error message when a user attempts to create a new browser key with an invalid pattern.
The error message from the server (invalid key pattern) should be surfaced to the user or the pattern should be validated client-side.
The text was updated successfully, but these errors were encountered: