Skip to content

Commit

Permalink
Fix mongo guid format
Browse files Browse the repository at this point in the history
  • Loading branch information
VectorGCC authored and aevien committed Jun 21, 2024
1 parent 60f7c94 commit f84f2e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class AccountInfoMongoDB : IAccountInfoData

public AccountInfoMongoDB()
{
Id = Mst.Helper.CreateGuidString();
Id = Mst.Helper.CreateID_10();
Username = string.Empty;
Password = string.Empty;
Email = string.Empty;
Expand Down

0 comments on commit f84f2e6

Please sign in to comment.