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 (#1922)
  • Loading branch information
Masterjun3 authored Jul 28, 2024
1 parent 2a8cab2 commit 080a87d
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 080a87d

Please sign in to comment.