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

[docs] authentication nofitication issue 4491 #4492

Merged

Conversation

gvillo
Copy link
Contributor

@gvillo gvillo commented Mar 8, 2020

Fixes #4491

@gvillo gvillo changed the title Docs authentication nofitication issue 4491 [docs] authentication nofitication issue 4491 Mar 8, 2020
@@ -249,6 +249,7 @@ const MyLoginPage = ({ theme }) => {
<form onSubmit={submit}>
<input name="email" type="email" value={email} onChange={e => setEmail(e.target.value)} />
<input name="password" type="password" value={password} onChange={e => setPassword(e.target.value)} />
<Notification />
Copy link
Contributor

Choose a reason for hiding this comment

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

Probably nitpicking but I would put the <Notification /> outside the form. I'll let the other core members decide though

@fzaninotto fzaninotto merged commit 697e037 into marmelab:master Mar 9, 2020
@fzaninotto fzaninotto added this to the 3.3.1 milestone Mar 9, 2020
@fzaninotto
Copy link
Member

Thanks!

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.

Authentication docs missing Notification in MyLoginPage example
3 participants