1
0
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:
Kyle Spearrin
2017-04-20 10:29:18 -04:00
parent 51ae3fc62f
commit 458de2d2e0
4 changed files with 8 additions and 3 deletions

View File

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