1
0
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:
Jared Snider 2025-05-29 12:24:03 -04:00
parent 9976699a4e
commit d95d275391
No known key found for this signature in database
GPG Key ID: A149DDD612516286

View File

@ -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))