fix login

This commit is contained in:
2025-05-20 02:04:13 +07:00
parent e0d39bbd72
commit 7de3a6324f
6 changed files with 60 additions and 30 deletions
+3 -2
View File
@@ -8,8 +8,9 @@ import (
func mapTeamsToTeamAdvanced(team *models.Team) *proto.TeamAdvanced {
return &proto.TeamAdvanced{
Id: team.ID,
Name: team.Name,
Id: team.ID,
Name: team.Name,
Password: team.Password,
}
}