mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 08:43:21 +00:00
Account switching
This commit is contained in:
9
src/Core/Enums/StorageLocation.cs
Normal file
9
src/Core/Enums/StorageLocation.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Bit.Core.Enums
|
||||
{
|
||||
public enum StorageLocation
|
||||
{
|
||||
Both = 0,
|
||||
Disk = 1,
|
||||
Memory = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user