mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-17 03:13:34 +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