1 write to _resetAuthenticatorLink
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\TwoFactorAuthentication.cs (1)
25_resetAuthenticatorLink = HtmlAssert.HasLink("#reset-authenticator", twoFactor);
1 reference to _resetAuthenticatorLink
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\TwoFactorAuthentication.cs (1)
46var goToResetAuthenticator = await Client.GetAsync(_resetAuthenticatorLink.Href);