chore: restore user email

This commit is contained in:
Steven
2022-10-15 11:26:54 +08:00
parent cc759bef56
commit 6c53bd00f6
2 changed files with 0 additions and 3 deletions

View File

@@ -34,7 +34,6 @@ func (s *Server) registerSystemRoutes(g *echo.Group) {
if hostUser != nil {
// data desensitize
hostUser.Email = ""
hostUser.OpenID = ""
}