1 write to _loginWithRecoveryCodeLink
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\LoginWith2fa.cs (1)
21_loginWithRecoveryCodeLink = HtmlAssert.HasLink("#recovery-code-login", loginWithTwoFactor);
1 reference to _loginWithRecoveryCodeLink
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\LoginWith2fa.cs (1)
43var goToLoginWithRecoveryCode = await Client.GetAsync(_loginWithRecoveryCodeLink.Href);