mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-10-18 12:50:39 +03:00
In the upcomming web-vault and other clients they changed the register endpoint from `/api/accounts/register` to `/identity/register`. This PR adds the new endpoint to already be compatible with the new clients. Fixes #2889