1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

[EC-284] Prevent duplicate organization invites (#2113)

* prevent duplicate organization invites with test

* formatting
This commit is contained in:
Jake Fink
2022-07-13 09:21:28 -04:00
committed by GitHub
parent 62bf4c2385
commit 54cf3de11b
3 changed files with 25 additions and 3 deletions

View File

@ -1,5 +1,4 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations;
using Bit.Core.Entities;
namespace Bit.Api.Models.Request.Accounts