Skip to content

Conversation

@courte
Copy link
Member

@courte courte commented Mar 10, 2015

Errors weren't showing before, which kept users from seeing helpful information about having a public email address on GitHub and valuable feedback that their login attempt has occurred.

I can't screenshot this change because I don't have a GitHub account that replicates the login error, but testing flashes in the dashboard verified that flash[:error] does not show a result, while flash[:alert] shows up in red at the top of the page.

The other option was to add flash[:error] to the application layout, but it doesn't have the styling that alerts do, so this seemed like the better option.

Choose a reason for hiding this comment

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

Line is too long. [309/80]
Unnecessary spacing detected.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

@courte
Copy link
Member Author

courte commented Mar 11, 2015

This fix is related to #288. The existing error messages have information about needing a public email address on GitHub, but they are not showing up to users because they're not flashed appropriately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants