mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
[Reset Password] - BUG - Upgrade request model Keys null check (#1403)
This commit is contained in:
@ -34,7 +34,7 @@ namespace Bit.Core.Models.Api
|
||||
}
|
||||
};
|
||||
|
||||
Keys.ToOrganizationUpgrade(orgUpgrade);
|
||||
Keys?.ToOrganizationUpgrade(orgUpgrade);
|
||||
|
||||
return orgUpgrade;
|
||||
}
|
||||
|
Reference in New Issue
Block a user