mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-09 02:41:31 -06:00
Newer versions of the Bitwarden client use Base64 with padding. Since this is not a streaming string, but a defined length, we can just strip the `=` chars. Fixes #6960 Signed-off-by: BlackDex <black.dex@gmail.com> |
||
|---|---|---|
| .. | ||
| api | ||
| db | ||
| static | ||
| auth.rs | ||
| config.rs | ||
| crypto.rs | ||
| error.rs | ||
| http_client.rs | ||
| mail.rs | ||
| main.rs | ||
| ratelimit.rs | ||
| sso_client.rs | ||
| sso.rs | ||
| util.rs | ||