mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-08-06 18:13:43 +03: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>