mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-08-08 15:02:21 +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