feat: update user language when the language changed on login page (#3628)

This commit is contained in:
WindSpiritSR
2025-03-01 22:28:20 +08:00
committed by GitHub
parent cb1882e589
commit 5692522ee0
4 changed files with 20 additions and 2 deletions

View File

@ -34,6 +34,7 @@ type AuthForm struct {
Phone string `json:"phone"`
Affiliation string `json:"affiliation"`
IdCard string `json:"idCard"`
Language string `json:"language"`
Region string `json:"region"`
InvitationCode string `json:"invitationCode"`