From 41d33b4624e7b493071477aa0dcfb20c8f0b6655 Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Mon, 9 Mar 2020 11:28:12 +0100 Subject: [PATCH] Move Notification outside of form --- docs/Authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Authentication.md b/docs/Authentication.md index daba5712264..5e3c0438974 100644 --- a/docs/Authentication.md +++ b/docs/Authentication.md @@ -249,8 +249,8 @@ const MyLoginPage = ({ theme }) => {
setEmail(e.target.value)} /> setPassword(e.target.value)} /> - + ); };