mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-03-21 13:04:18 -04:00
The current limit of 19 is an artifact of the implementation, which can be easily rewritten in terms of a more general string generation function. The new limit is 255 (max value of a `u8`); using a larger type would probably be overkill.