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