mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
[PM-2297] Fix model bug
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Bit.Core.Models.Domain
|
|||||||
|
|
||||||
public class KeyConnectorOption
|
public class KeyConnectorOption
|
||||||
{
|
{
|
||||||
public bool KeyConnectorUrl { get; set; }
|
public string KeyConnectorUrl { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user