From c4212eeb5424093088ed5a1559169374558438c2 Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Tue, 28 Apr 2020 12:07:18 +0200 Subject: [PATCH] chore: update dependencies --- src/utils/auth_config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/utils/auth_config.json diff --git a/src/utils/auth_config.json b/src/utils/auth_config.json new file mode 100644 index 0000000..6cce307 --- /dev/null +++ b/src/utils/auth_config.json @@ -0,0 +1,4 @@ +{ + "DOMAIN": "chefs-meal-planner.eu.auth0.com", + "CLIENT_ID": "EXe8HCfFd0jSSfqzjAvpdk72ce0y2Hh9" +} \ No newline at end of file