mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-06 16:36:20 +02:00
It appears that some password histories have an encrypted value on the `lastUsedDate` Instead of only checking if it is a string, also check if it is a valid RFC Date/Time String. If not, set it also to epoch 0. Signed-off-by: BlackDex <black.dex@gmail.com>