1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-17 16:53:25 +00:00

set org when logging in

This commit is contained in:
Kyle Spearrin
2017-05-13 16:20:00 -04:00
parent dac8b4c476
commit cc428edfcf
6 changed files with 120 additions and 11 deletions

View File

@@ -12,5 +12,6 @@ namespace Bit.Core.Models
public string ErrorMessage { get; set; }
public bool TwoFactorRequired { get; set; }
public string MasterPasswordHash { get; set; }
public List<Organization> Organizations { get; set; }
}
}