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