deathandmayhem / jolly-roger

Dead men tell no tales!
MIT License
18 stars 5 forks source link

Fix potential failure loading Sign in with Google button. #2141

Closed jpd236 closed 1 month ago

jpd236 commented 1 month ago

The URL seems to be considered relative from some prior path in history, e.g. going to /join/ABC ends up looking for /join/google-signin.svg even though we're first redirected to /login. Use an absolute path instead.