This commit is contained in:
2025-10-25 17:03:43 +08:00
parent 116cbcdc7f
commit d2b5f14e78
3 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ public class SimApiLoginItem
{
public string Id { get; set; } = null!;
public string[] Type { get; set; } = ["user"];
public Dictionary<string, string> Meta { get; set; } = new();
public Dictionary<string, string> Meta { get; set; } = [];
public object? Extra { get; set; }
};