mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-25 01:11:25 +03:00
- The Master Password Hint input has changed it's location to the password update form. This PR updates the the code to process this. - Also changed the `ProfileData` struct to exclude `Culture` and `MasterPasswordHint`, since both are not used at all, and when not defined they will also not be allocated. Fixes #2833