Skip to content

Commit

Permalink
fix: WithEAVSigninTicketStore was renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Nov 16, 2024
1 parent ea4ea4b commit e734977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/EAVFW/apps/__EAVFW__.__MainApp__/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ private IEAVFrameworkBuilder ConfigureEAVFW(IEAVFrameworkBuilder builder)

})
#if (withSecurityModel)
.WithSigninStore<DynamicContext,Signin>()
.WithEAVSigninTicketStore<DynamicContext,Signin>()
#else
// .WithSigninStore<DynamicContext,Signin>() //Required EAVFW.Extensions.SecurityModel, dotnet eavfw-manifest install EAVFW.Extensions.SecurityModel
// .WithEAVSigninTicketStore<DynamicContext,Signin>() //Required EAVFW.Extensions.SecurityModel, dotnet eavfw-manifest install EAVFW.Extensions.SecurityModel
#endif
.AddPasswordless();

Expand Down

0 comments on commit e734977

Please sign in to comment.