1
0
mirror of https://github.com/bitwarden/server synced 2025-12-20 18:23:44 +00:00

Merge branch 'master' into feature/families-for-enterprise

This commit is contained in:
Justin Baur
2021-11-12 22:33:58 -05:00
committed by GitHub
90 changed files with 3974 additions and 343 deletions

View File

@@ -35,5 +35,6 @@ namespace Bit.Core.Models.Data
public Guid? ProviderId { get; set; }
public string ProviderName { get; set; }
public string FamilySponsorshipFriendlyName { get; set; }
public string SsoConfig { get; set; }
}
}