mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-01 16:29:10 +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