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

PM-20532 - Remove whitespace

This commit is contained in:
Jared Snider 2025-05-29 12:36:43 -04:00
parent f9514b10b9
commit 5b41ed7b2c
No known key found for this signature in database
GPG Key ID: A149DDD612516286

View File

@ -203,7 +203,6 @@ public class SendService : ISendService
{
return (false, false, false);
}
if (!string.IsNullOrWhiteSpace(send.Password))
{
if (string.IsNullOrWhiteSpace(password))