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