paleobot / pbot-dev

Codebase and initial design documents for pbot client
MIT License
2 stars 2 forks source link

Client must use correct protocol when contacting api server #248

Closed NoisyFlowers closed 9 months ago

NoisyFlowers commented 9 months ago

"http" is hardcoded in the user management code.

NoisyFlowers commented 9 months ago

Changed from using window.location.host and hardcoding the protocol to using window.location.origin, which includes the protocol.

This is in paleobot/pbot-client@db209360ac31098bc5914fd92af6683319e41305