From faeb4c46d18b8a890a67e9522cfd3f0d15015d90 Mon Sep 17 00:00:00 2001 From: evpozdniakov Date: Tue, 24 Oct 2017 22:25:21 -0400 Subject: [PATCH 1/6] Apply firebase config + few changes of previous homework. --- public/index.html | 17 ++++++++++ src/components/App.js | 45 ++++++++++++++++++++++--- src/components/common/ErrorField.js | 4 +-- src/components/common/ProtectedRoute.js | 4 +-- src/components/common/Submenu.js | 30 +++++++++++++++++ src/components/routes/Auth.js | 8 ++--- src/config.js | 6 ++-- src/ducks/auth.js | 10 ++++++ 8 files changed, 107 insertions(+), 17 deletions(-) create mode 100644 src/components/common/Submenu.js diff --git a/public/index.html b/public/index.html index 7bee027..6ffdc56 100644 --- a/public/index.html +++ b/public/index.html @@ -20,6 +20,23 @@ Learn how to configure a non-root public URL by running `npm run build`. --> React App +