Files
vaultwarden/src/api/core/two_factor
Jeremy Lin 7d552dbdc8 Increase length limit for email token generation
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.
2022-01-24 01:17:00 -08:00
..
2021-08-22 13:46:48 +02:00
2021-06-19 22:02:03 +02:00
2021-10-27 23:00:26 +02:00