Skip to content

Commit

Permalink
disables user from autohistory, as it doesn't play nice with asp net …
Browse files Browse the repository at this point in the history
…identityuser
  • Loading branch information
Masterjun3 committed Jul 26, 2024
1 parent 2a8cab2 commit bac9a88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TASVideos.Data/Entity/User.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ public enum UserPreference
Auto = 0, Always, Never
}

[ExcludeFromHistory]
public class User : IdentityUser<int>, ITrackable
{
[StringLength(50)]
Expand Down

0 comments on commit bac9a88

Please sign in to comment.