mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-06 12:28:51 +03:00
7d6dec6413
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>