1 write to _enableAuthenticatorLink
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\TwoFactorAuthentication.cs (1)
21_enableAuthenticatorLink = HtmlAssert.HasLink("#enable-authenticator", twoFactor);
1 reference to _enableAuthenticatorLink
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\TwoFactorAuthentication.cs (1)
38var goToEnableAuthenticator = await Client.GetAsync(_enableAuthenticatorLink.Href);