- Notifications
You must be signed in to change notification settings - Fork928
Add helper text to unauthorized error messages#1670
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Minor nit. LG!
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
* add helper text to unauthorized error messages* fix lint error, add unit tests* fix test name* fix test name* fix lint errors in test* add unauthorized test for templates create* remove unnecessary variable* remove Error struct, change error message* change [url] to <url>
Uh oh!
There was an error while loading.Please reload this page.
Adds a suggestion to login in the error messages for users when receiving unauthorized errors.
Subtasks:
Fixes#917