From 99e61fdd74b7e457dd69bd5dd4c05990304e08e6 Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Sat, 1 Feb 2020 16:24:33 +0100 Subject: [PATCH] secrets --- README.md | 12 ++++++------ src/images/{Chef.svg => chef.svg} | 0 src/pages/Profile.jsx | 21 ++++++++++++++------- src/utils/auth_config.json | 4 ++-- 4 files changed, 22 insertions(+), 15 deletions(-) rename src/images/{Chef.svg => chef.svg} (100%) diff --git a/README.md b/README.md index b6b5165..4b5c5a5 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,9 @@ Free meal planner for cooks short on ideas! (like me …) ## TO DO -- add sidenav on mobile -- send message after contact form validation (confirm to sender and msg+info to admin) -- code cleanup (props and refactoring) -- Back to top button -- Take a look at some components [here](http://react-materialize.github.io/react-materialize/?path=/story/css-grid--default) -- Breadcrumb +1. add sidenav on mobile +1. send message after contact form validation (confirm to sender and msg+info to admin) +1. Breadcrumb +1. code cleanup (props and refactoring) +1. Back to top button +1. Take a look at some components [here](http://react-materialize.github.io/react-materialize/?path=/story/css-grid--default) diff --git a/src/images/Chef.svg b/src/images/chef.svg similarity index 100% rename from src/images/Chef.svg rename to src/images/chef.svg diff --git a/src/pages/Profile.jsx b/src/pages/Profile.jsx index 21f4d78..96251ec 100644 --- a/src/pages/Profile.jsx +++ b/src/pages/Profile.jsx @@ -11,13 +11,20 @@ export const Profile = () => { ) : (
- Avatar -

{user.name}

-

- Email: - {user.email} -

- {/* {JSON.stringify(user, null, 2)} */} +
+ Avatar +

{user.name}

+

+ Email: + {user.email} +

+ {/* {JSON.stringify(user, null, 2)} */} +
); }; diff --git a/src/utils/auth_config.json b/src/utils/auth_config.json index 135c288..334dd30 100644 --- a/src/utils/auth_config.json +++ b/src/utils/auth_config.json @@ -1,4 +1,4 @@ { - "domain": "dev-fyjrvohx.auth0.com", - "clientId": "bfkq2dOfei9pjxnrZvO1VRW5rZpwGG2X" + "domain": "chefs-meal-planner.eu.auth0.com", + "clientId": "EXe8HCfFd0jSSfqzjAvpdk72ce0y2Hh9" } \ No newline at end of file