1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-14 15:43:55 +00:00

Merge branch 'main' into feature/kdf-options

This commit is contained in:
Daniel García 2023-02-12 19:23:14 +01:00 committed by GitHub
commit 5bcee24f88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 831 additions and 463 deletions

View file

@ -224,6 +224,7 @@ table! {
akey -> Text,
status -> Integer,
atype -> Integer,
reset_password_key -> Nullable<Text>,
}
}