* Made changes to server to allow admin panel to retrieve last activity instead of last logged in date
* Added TODO comment for lastLoggedIn json result
* Updated variable names as per Pancake's comments
@ -202,25 +202,25 @@ type AdminSearchResponse struct {
Usernamestring`json:"username"`
DiscordIdstring`json:"discordId"`
GoogleIdstring`json:"googleId"`
LastLoggedIn string`json:"lastLoggedIn"`
LastActivity string`json:"lastLoggedIn"`// TODO: this is currently lastLoggedIn to match server PR #54 with pokerogue PR #4198. We're hotfixing the server with this PR to return lastActivity, but we're not hotfixing the client, so are leaving this as lastLoggedIn so that it still talks to the client properly