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)
46
var goToResetAuthenticator = await Client.GetAsync(
_resetAuthenticatorLink
.Href);