mirror of
https://github.com/bitwarden/server.git
synced 2025-04-08 14:38:15 -05:00
[Reset Password] - BUG - Upgrade request model Keys null check (#1403)
This commit is contained in:
parent
666e99225c
commit
15d863459e
@ -34,7 +34,7 @@ namespace Bit.Core.Models.Api
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
Keys.ToOrganizationUpgrade(orgUpgrade);
|
Keys?.ToOrganizationUpgrade(orgUpgrade);
|
||||||
|
|
||||||
return orgUpgrade;
|
return orgUpgrade;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user