1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

[PM-2297] Fix model bug

This commit is contained in:
André Bispo
2023-07-24 09:28:41 +01:00
parent f12cc69b60
commit acf7d9d9c4

View File

@@ -19,7 +19,7 @@ namespace Bit.Core.Models.Domain
public class KeyConnectorOption
{
public bool KeyConnectorUrl { get; set; }
public string KeyConnectorUrl { get; set; }
}
}