mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-05-18 03:36:18 -04:00
Opening the share dialog, the frontend is requesting `/auth/users/` which is always redirected to `/auth/users`. That's an unnecessary extra step. This patch makes the front-end request `/auth/users` in the first place.