mirror of
https://github.com/bitwarden/server.git
synced 2025-06-08 04:00:31 -05:00
PM-20532 - SendService.cs - remove TODO
This commit is contained in:
parent
9976699a4e
commit
d95d275391
@ -204,7 +204,6 @@ public class SendService : ISendService
|
|||||||
return (false, false, false);
|
return (false, false, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: this is what we will be using to validate password in SendAccessGrantValidator
|
|
||||||
if (!string.IsNullOrWhiteSpace(send.Password))
|
if (!string.IsNullOrWhiteSpace(send.Password))
|
||||||
{
|
{
|
||||||
if (string.IsNullOrWhiteSpace(password))
|
if (string.IsNullOrWhiteSpace(password))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user