mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 17:23:18 +00:00
[SSO/Auto Enroll] Fixed response object typo (#1542)
This commit is contained in:
@@ -102,7 +102,7 @@ namespace Bit.App.Pages
|
||||
{
|
||||
var response = await _apiService.GetOrganizationAutoEnrollStatusAsync(OrgIdentifier);
|
||||
OrgId = response.Id;
|
||||
ResetPasswordAutoEnroll = response.ResetPasswordEnrolled;
|
||||
ResetPasswordAutoEnroll = response.ResetPasswordEnabled;
|
||||
}
|
||||
catch (ApiException e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user