PACS-TMU / terrahacks-portal

Application portal for TerraHacks
https://portal.terrahacks.ca
GNU Affero General Public License v3.0
1 stars 1 forks source link

Fix Origin in OAuth buttons #29

Open MoNakouzi opened 5 months ago

MoNakouzi commented 5 months ago

Due to various errors in redirect, we used process.env.NEXT_PUBLIC_BASE_URL instead of using {origin} from /next/headers. Now that all the redirect URLs are fixed, update all the points that use the env var to use origin instead.