mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-01-17 13:10:33 +00:00
When importing Bitwarden JSON exports, these would fail because the last modification date was also imported and caused our out-off-sync check to kick-in. This PR fixes this by checking if we are doing an import, and skip this check. Fixes #4005