Skip to content

Commit 70a5680

Browse files
committed
Fixing missing attribute.
1 parent e65a0c7 commit 70a5680

File tree

1 file changed

+2
-0
lines changed
  • eFormApi.BasePn/Infrastructure/Database/Entities

1 file changed

+2
-0
lines changed

eFormApi.BasePn/Infrastructure/Database/Entities/EformUser.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,7 @@ public class EformUser : IdentityUser<int>
5050
public string TimeRegistrationLastKnownLocation { get; set; }
5151

5252
public string TimeRegistrationLookedUpIp { get; set; }
53+
54+
public string EmailSha256 { get; set; }
5355
}
5456
}

0 commit comments

Comments
 (0)