mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-01-30 13:06:21 +02:00
The CLI seems to send a String instead of an Integer for the maximum access count. It now accepts both types and converts it to an i32 in all cases. Fixes #2196