In the code, the CLIENT_ID is hardcoded in client/pages/profile/index.tsx on line 41.
Expected behavior
This should probably go in some environmental variable or config file. If that's not possible, it's probably still a good idea to put into the data.json file.
Screenshots or Links
If applicable, add screenshots or links to other media to help explain your problem.
Describe the bug
In the code, the CLIENT_ID is hardcoded in
client/pages/profile/index.tsx
on line 41.Expected behavior
This should probably go in some environmental variable or config file. If that's not possible, it's probably still a good idea to put into the
data.json
file.Screenshots or Links
If applicable, add screenshots or links to other media to help explain your problem.
Environment
N/A
Additional context