3 references to RegisterAndLogIn
Templates.Blazor.Tests (3)
BlazorTemplateTest.cs (1)
139
if (authenticationFeatures.HasFlag(AuthenticationFeatures.
RegisterAndLogIn
))
BlazorWebTemplateTest.cs (2)
36
: AuthenticationFeatures.
RegisterAndLogIn
;
63
var authenticationFeatures = AuthenticationFeatures.
RegisterAndLogIn
| AuthenticationFeatures.Passkeys;