modrinth / code

The Modrinth monorepo containing all code which powers Modrinth!
https://modrinth.com
Other
984 stars 187 forks source link

fix(frontend): generate auth URL with provider #2891

Closed Erb3 closed 2 weeks ago

Erb3 commented 2 weeks ago

Resolves an issue where the frontend generated URLs without provider property when there is a frontend redirect uri. Without the provider, labrinth defaults to GitHub. My fix is shitty, but I didn't want to bother with URL encoding.

Fixes #2884

Prospector commented 2 weeks ago

good enough of a fix for now