diff --git a/.gitignore b/.gitignore index 4831129..5fe43d8 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,4 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -/src/utils/auth_config.json \ No newline at end of file +# /src/utils/auth_config.json \ No newline at end of file diff --git a/src/utils/auth_config.json b/src/utils/auth_config.json new file mode 100644 index 0000000..135c288 --- /dev/null +++ b/src/utils/auth_config.json @@ -0,0 +1,4 @@ +{ + "domain": "dev-fyjrvohx.auth0.com", + "clientId": "bfkq2dOfei9pjxnrZvO1VRW5rZpwGG2X" +} \ No newline at end of file