mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-03-03 22:16:07 -05: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.