1 write to RecoveryCodesLeft
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\TwoFactorAuthentication.cshtml.cs (1)
87RecoveryCodesLeft = await _userManager.CountRecoveryCodesAsync(user);
8 references to RecoveryCodesLeft
Microsoft.AspNetCore.Identity.UI (8)
Areas_Identity_Pages_V4_Account_Manage_TwoFactorAuthentication_cshtml.g.cs (4)
149if (Model.RecoveryCodesLeft == 0) 176else if (Model.RecoveryCodesLeft == 1) 203else if (Model.RecoveryCodesLeft <= 3) 214Model.RecoveryCodesLeft
Areas_Identity_Pages_V5_Account_Manage_TwoFactorAuthentication_cshtml.g.cs (4)
149if (Model.RecoveryCodesLeft == 0) 176else if (Model.RecoveryCodesLeft == 1) 203else if (Model.RecoveryCodesLeft <= 3) 214Model.RecoveryCodesLeft