mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-08 21:28:51 +03:00
5bfc7cfde3
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