1 write to _sendCodeForm
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\EnableAuthenticator.cs (1)
25
_sendCodeForm
= HtmlAssert.HasForm("#send-code", enableAuthenticator);
1 reference to _sendCodeForm
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\EnableAuthenticator.cs (1)
34
var sendCodeResponse = await Client.SendAsync(
_sendCodeForm
, new Dictionary<string, string>