diff --git a/src/Core/Services/CipherService.cs b/src/Core/Services/CipherService.cs index 23bd3e451..5ffdedd55 100644 --- a/src/Core/Services/CipherService.cs +++ b/src/Core/Services/CipherService.cs @@ -319,7 +319,7 @@ namespace Bit.Core.Services var others = new List(); var ciphers = await ciphersTask; - var defaultMatch = await _storageService.GetAsync(Constants.DefaultUriMatch); + var defaultMatch = (UriMatchType?)(await _storageService.GetAsync(Constants.DefaultUriMatch)); if(defaultMatch == null) { defaultMatch = UriMatchType.Domain;