mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 05:43:30 +00:00
sync domain settings
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Bit.App.Models.Api.Response
|
||||
namespace Bit.App.Models.Api
|
||||
{
|
||||
public class DomainsReponse
|
||||
public class DomainsResponse
|
||||
{
|
||||
public IEnumerable<IEnumerable<string>> EquivalentDomains { get; set; }
|
||||
public IEnumerable<GlobalDomains> GlobalEquivalentDomains { get; set; }
|
||||
Reference in New Issue
Block a user