tams-cso / tams-club-cal

Website that lists all TAMS club events in a simple calendar and concatenates all club information!
https://tams.club
MIT License
5 stars 8 forks source link

[BUG] Client ID hardcoded for some reason on login page #558

Open MichaelZhao21 opened 2 years ago

MichaelZhao21 commented 2 years ago

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

image