mirror of
https://github.com/bitwarden/mobile
synced 2026-01-10 12:33:28 +00:00
[SSO/Auto Enroll] Fixed response object typo (#1542)
This commit is contained in:
@@ -3,6 +3,6 @@ namespace Bit.Core.Models.Response
|
||||
public class OrganizationAutoEnrollStatusResponse
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public bool ResetPasswordEnrolled { get; set; }
|
||||
public bool ResetPasswordEnabled { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user