We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b86780 commit 1e3ffbaCopy full SHA for 1e3ffba
templates/Coalesce.Vue.Template/content/Coalesce.Starter.Vue.Data/AppDbContext.cs
@@ -121,6 +121,7 @@ protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
121
#if Identity
122
.Format<User>(x => x.PasswordHash, x => "<password changed/rehashed>")
123
.Format<User>(x => x.SecurityStamp, x => "<stamp changed>")
124
+ .Exclude<IdentityUserToken<string>>()
125
.ExcludeProperty<User>(x => new { x.ConcurrencyStamp })
126
#endif
127
#if Tenancy
0 commit comments