mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-10 10:45:57 +03:00
Enabled unused variable warning again, fixed some possible bugs where we didn't check some parameters, and explicitly marked all unused parameters (mostly orgheaders)
This commit is contained in:
@@ -26,7 +26,7 @@ pub struct UserOrganization {
|
||||
}
|
||||
|
||||
pub enum UserOrgStatus {
|
||||
Invited = 0,
|
||||
_Invited = 0, // Unused, users are accepted automatically
|
||||
Accepted = 1,
|
||||
Confirmed = 2,
|
||||
}
|
||||
|
Reference in New Issue
Block a user