mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
Fix typo in validation: 'Ooganization' -> 'Organization'
This commit is contained in:
@ -59,7 +59,7 @@ public class BitPayInvoiceRequestModel : IValidatableObject
|
||||
{
|
||||
if (!UserId.HasValue && !OrganizationId.HasValue)
|
||||
{
|
||||
yield return new ValidationResult("User or Ooganization is required.");
|
||||
yield return new ValidationResult("User or Organization is required.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user