Fix login

This commit is contained in:
Hondacrx
2024-11-16 23:05:45 -05:00
parent 76b0d747d3
commit 406aa5e445
26 changed files with 151 additions and 76 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ namespace Framework.Realm
public override int GetHashCode()
{
return new { Site, Region, Index }.GetHashCode();
return new { Index }.GetHashCode();
}
}
}