mirror of
https://github.com/bitwarden/mobile
synced 2026-01-03 17:13:50 +00:00
secure note option handled
This commit is contained in:
@@ -183,6 +183,10 @@ namespace Bit.App.Utilities
|
||||
{
|
||||
selectedType = CipherType.Identity;
|
||||
}
|
||||
else if(type == AppResources.TypeSecureNote)
|
||||
{
|
||||
selectedType = CipherType.SecureNote;
|
||||
}
|
||||
else
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user