Add avatar color support

The new web-vault v2023.1.0 supports a custom color for the avatar.
https://github.com/bitwarden/server/pull/2330

This PR adds this feature.
This commit is contained in:
BlackDex
2023-01-11 21:45:11 +01:00
parent 367e1ce289
commit 36b5350f9b
12 changed files with 42 additions and 1 deletions

View File

@@ -200,6 +200,7 @@ table! {
client_kdf_type -> Integer,
client_kdf_iter -> Integer,
api_key -> Nullable<Text>,
avatar_color -> Nullable<Text>,
}
}