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