mirror of
https://github.com/bitwarden/mobile
synced 2025-12-26 05:03:39 +00:00
set private key on login
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Bit.App.Models
|
||||
|
||||
public CipherString(string encryptedString)
|
||||
{
|
||||
if(string.IsNullOrWhiteSpace(encryptedString) || !encryptedString.Contains("|"))
|
||||
if(string.IsNullOrWhiteSpace(encryptedString))
|
||||
{
|
||||
throw new ArgumentException(nameof(encryptedString));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user