mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-13 23:23:55 +00:00
Merge remote-tracking branch 'dani/main' into sso-support
This commit is contained in:
commit
6ee5580b03
26 changed files with 345 additions and 155 deletions
|
@ -226,6 +226,7 @@ table! {
|
|||
collection_uuid -> Text,
|
||||
read_only -> Bool,
|
||||
hide_passwords -> Bool,
|
||||
manage -> Bool,
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -312,6 +313,7 @@ table! {
|
|||
groups_uuid -> Text,
|
||||
read_only -> Bool,
|
||||
hide_passwords -> Bool,
|
||||
manage -> Bool,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue