missed one oops
This commit is contained in:
parent
3754ec2300
commit
2763432672
1 changed files with 2 additions and 1 deletions
|
@ -744,7 +744,8 @@ public static class Routes
|
||||||
token = token,
|
token = token,
|
||||||
username = user.Username,
|
username = user.Username,
|
||||||
email = user.Email,
|
email = user.Email,
|
||||||
rank = (int)user.Rank
|
rank = (int)user.Rank,
|
||||||
|
developer = user.Developer
|
||||||
}, Utilities.JsonSerializerOptions);
|
}, Utilities.JsonSerializerOptions);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue